summaryrefslogtreecommitdiff
path: root/dev-python/pydecomp
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-01-30 01:40:10 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-01-30 01:40:10 +0000
commit3b3ef83efc816e0285bfc26d7a6d2128170fa89a (patch)
tree846b306a33d8986480a3286eb74854167f52316d /dev-python/pydecomp
parent491986f3920fc2a7ae5ac652861c8d713eac5970 (diff)
downloadbaldeagleos-repo-3b3ef83efc816e0285bfc26d7a6d2128170fa89a.tar.gz
baldeagleos-repo-3b3ef83efc816e0285bfc26d7a6d2128170fa89a.tar.xz
baldeagleos-repo-3b3ef83efc816e0285bfc26d7a6d2128170fa89a.zip
Adding metadata
Diffstat (limited to 'dev-python/pydecomp')
-rw-r--r--dev-python/pydecomp/pydecomp-0.3-r3.ebuild27
-rw-r--r--dev-python/pydecomp/pydecomp-9999.ebuild4
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-python/pydecomp/pydecomp-0.3-r3.ebuild b/dev-python/pydecomp/pydecomp-0.3-r3.ebuild
new file mode 100644
index 000000000000..176aa24c6856
--- /dev/null
+++ b/dev-python/pydecomp/pydecomp-0.3-r3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{6,7,8,9,10} )
+
+inherit distutils-r1
+
+if [[ ${PV} == "9999" ]] ; then
+ EGIT_BRANCH="master"
+ EGIT_REPO_URI="https://github.com/dol-sen/pyDeComp.git"
+ inherit git-r3
+else
+ SRC_URI="https://dev.gentoo.org/~dolsen/releases/${PN}/pyDeComp-${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+ S="${WORKDIR}/pyDeComp-${PV}"
+fi
+
+DESCRIPTION="A python library of common (de)compression and contents handling"
+HOMEPAGE="https://github.com/dol-sen/pyDeComp"
+
+LICENSE="BSD"
+SLOT="0"
+
+PATCHES=( "${FILESDIR}/${PV}-no-pixz-index.patch" )
diff --git a/dev-python/pydecomp/pydecomp-9999.ebuild b/dev-python/pydecomp/pydecomp-9999.ebuild
index 9bce7cd2b157..6e6153e2f72d 100644
--- a/dev-python/pydecomp/pydecomp-9999.ebuild
+++ b/dev-python/pydecomp/pydecomp-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
+DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{6,7,8,9,10} )
-DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1