public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-pycdlib] epel10: Initial import (#1413474)
@ 2026-07-08 2:51 Chris Lalancette
0 siblings, 0 replies; only message in thread
From: Chris Lalancette @ 2026-07-08 2:51 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-pycdlib
Branch : epel10
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
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-08 2:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-08 2:51 [rpms/python-pycdlib] epel10: Initial import (#1413474) Chris Lalancette
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox