public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Chris Lalancette <clalancette@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-pycdlib] epel10.2: Initial import (#1413474)
Date: Wed, 08 Jul 2026 11:00:12 GMT	[thread overview]
Message-ID: <178350841244.1.4516211177107305408.rpms-python-pycdlib-274894f9b0f8@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-pycdlib
Branch : epel10.2
Commit : 274894f9b0f858fc3021de44c6cfed890141b39a
Author : Chris Lalancette <clalancette@gmail.com>
Date   : 2017-06-25T09:12:32-04:00
Stats  : +97/-0 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/python-pycdlib/c/274894f9b0f858fc3021de44c6cfed890141b39a?branch=epel10.2

Log:
Initial import (#1413474)

---
diff --git a/.gitignore b/.gitignore
index e69de29..26dd9a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/pycdlib-1.1.0.tar.gz

diff --git a/python-pycdlib.spec b/python-pycdlib.spec
new file mode 100644
index 0000000..dd0354c
--- /dev/null
+++ b/python-pycdlib.spec
@@ -0,0 +1,95 @@
+%global desc Pycdlib is a pure python library for reading, writing, and otherwise\
+manipulating ISO9660 files.  It is focused on speed, correctness, and\
+conformance to the various standards around ISO9660, including ISO9660 itself,\
+the Joliet extensions, the Rock Ridge extensions, and the El Torito boot\
+extensions.
+
+%global srcname pycdlib
+
+Summary:        A pure python ISO9660 read and write library
+Name:           python-%{srcname}
+Version:        1.1.0
+Release:        1%{?dist}
+License:        LGPLv2
+Group:          Development/Libraries
+URL:            https://github.com/clalancette/%{srcname}
+Source0:        https://github.com/clalancette/%{srcname}/archive/v%{version}/%{srcname}-%{version}.tar.gz
+BuildArch:      noarch
+
+BuildRequires:  python2-devel
+BuildRequires:  python3-devel
+BuildRequires:  genisoimage
+BuildRequires:  python2-pytest
+BuildRequires:  python3-pytest
+BuildRequires:  syslinux
+
+%description
+%{desc}
+
+%package -n python2-%{srcname}
+Summary:        %{summary}
+%{?python_provide:%python_provide python2-%{srcname}}
+Requires:       python2-pysendfile
+
+%description -n python2-%{srcname}
+%{desc}
+
+%package -n python3-%{srcname}
+Summary:        %{summary}
+%{?python_provide:%python_provide python3-%{srcname}}
+Requires:       python3-pysendfile
+
+%description -n python3-%{srcname}
+%{desc}
+
+%package -n %{srcname}-tools
+Summary:        Tools that rely on %{srcname}
+Requires:       python2-%{srcname} = %{version}-%{release}
+Requires:       python2-networkx
+Requires:       python2-matplotlib
+
+%description -n %{srcname}-tools
+Some tools that use the %{srcname} library.
+
+%prep
+%autosetup -n %{srcname}-%{version}
+
+%build
+%py2_build
+%py3_build
+
+%install
+%py2_install
+%py3_install
+
+%check
+py.test-%{python2_version} -v
+py.test-%{python3_version} -v
+
+%files -n python2-%{srcname}
+%license COPYING
+%doc README examples/
+%{python2_sitelib}/%{srcname}
+%{python2_sitelib}/%{srcname}-%{version}-py%{python2_version}.egg-info/
+
+%files -n python3-%{srcname}
+%license COPYING
+%doc README examples/
+%{python3_sitelib}/%{srcname}
+%{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info/
+
+%files -n pycdlib-tools
+%license COPYING
+%{_bindir}/pycdlib-explorer
+%{_bindir}/pycdlib-compare
+%{_mandir}/man1/*
+
+%changelog
+* Tue Jan 31 2017 Chris Lalancette <clalancette@gmail.com> - 1.1.0-1
+- Update to upstream version 1.1.0
+
+* Tue Oct 25 2016 Chris Lalancette <clalancette@gmail.com> - 1.0.0-1
+- Update to upstream version 1.0.0
+
+* Wed Dec 30 2015 Chris Lalancette <clalancette@gmail.com> - 0.1.0-1
+- Initial package.

diff --git a/sources b/sources
index e69de29..e5ecf3c 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (pycdlib-1.1.0.tar.gz) = 8ab6cc5ec249feb0d2506ab6174aab457edf61714fd71b96b220c5eb15932b6f4cbc64461a4dc88bda06c4b98bce8e9bf59ac7916407a0772dce0f89ca007460

                 reply	other threads:[~2026-07-08 11:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178350841244.1.4516211177107305408.rpms-python-pycdlib-274894f9b0f8@fedoraproject.org \
    --to=clalancette@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox