diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-09-22 13:42:34 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-09-22 13:42:34 +0000 |
| commit | 2cd754d3dd4de0ad180ea3566d701909f3467fba (patch) | |
| tree | c6f18304e62e9d409c62e2da377cc78321f5c513 /dev-python/pydecomp | |
| parent | 0001b67ba5df1978ba03a59687b51929cf96c8ce (diff) | |
| download | baldeagleos-repo-2cd754d3dd4de0ad180ea3566d701909f3467fba.tar.gz baldeagleos-repo-2cd754d3dd4de0ad180ea3566d701909f3467fba.tar.xz baldeagleos-repo-2cd754d3dd4de0ad180ea3566d701909f3467fba.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pydecomp')
| -rw-r--r-- | dev-python/pydecomp/metadata.xml | 4 | ||||
| -rw-r--r-- | dev-python/pydecomp/pydecomp-0.3-r1.ebuild | 16 | ||||
| -rw-r--r-- | dev-python/pydecomp/pydecomp-9999.ebuild | 25 |
3 files changed, 8 insertions, 37 deletions
diff --git a/dev-python/pydecomp/metadata.xml b/dev-python/pydecomp/metadata.xml index 14736cb10799..bfca2774e2cb 100644 --- a/dev-python/pydecomp/metadata.xml +++ b/dev-python/pydecomp/metadata.xml @@ -11,6 +11,8 @@ routines. It can easily be extended with custom compression, decompression, and contents definitions. </longdescription> - + <upstream> + <bugs-to>https://github.com/dol-sen/pyDeComp/issues</bugs-to> + </upstream> <origin>gentoo-staging</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-python/pydecomp/pydecomp-0.3-r1.ebuild b/dev-python/pydecomp/pydecomp-0.3-r1.ebuild index 2875e9d9caec..51bf1b5f93a2 100644 --- a/dev-python/pydecomp/pydecomp-0.3-r1.ebuild +++ b/dev-python/pydecomp/pydecomp-0.3-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 PYTHON_COMPAT=( python3_{6,7,8,9,10} ) DISTUTILS_USE_SETUPTOOLS=no -inherit distutils-r1 python-r1 +inherit distutils-r1 if [[ ${PV} == "9999" ]] ; then EGIT_BRANCH="master" @@ -23,15 +23,3 @@ HOMEPAGE="https://github.com/dol-sen/pyDeComp" LICENSE="BSD" SLOT="0" -IUSE="" - -python_install_all() { - distutils-r1_python_install_all -} - -pkg_postinst() { - einfo - einfo "Please file any enhancement requests, or bugs" - einfo "at https://github.com/dol-sen/pyDeComp/issues" - einfo "I am also on IRC @ #gentoo-ci of the Libera.Chat network" -} diff --git a/dev-python/pydecomp/pydecomp-9999.ebuild b/dev-python/pydecomp/pydecomp-9999.ebuild index 66538c0db2b0..9bce7cd2b157 100644 --- a/dev-python/pydecomp/pydecomp-9999.ebuild +++ b/dev-python/pydecomp/pydecomp-9999.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 PYTHON_COMPAT=( python3_{6,7,8,9,10} ) DISTUTILS_USE_SETUPTOOLS=no -inherit distutils-r1 python-r1 +inherit distutils-r1 if [[ ${PV} == "9999" ]] ; then EGIT_BRANCH="master" @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then 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 ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" S="${WORKDIR}/pyDeComp-${PV}" fi @@ -23,22 +23,3 @@ HOMEPAGE="https://github.com/dol-sen/pyDeComp" LICENSE="BSD" SLOT="0" -IUSE="" - -python_install_all() { - distutils-r1_python_install_all -} - -pkg_postinst() { - einfo - einfo "This is new software." - einfo "The API's it installs should be considered unstable" - einfo "and are subject to change." - einfo - einfo "Please file any enhancement requests, or bugs" - einfo "at https://github.com/dol-sen/pyDeComp/issues" - einfo "I am also on IRC @ #gentoo-ci of the Libera.Chat network" - einfo - ewarn "There may be some python 3 compatibility issues still." - ewarn "Please help debug/fix/report them in github or bugzilla." -} |
