diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-02-02 17:45:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-02-02 17:45:32 +0000 |
commit | 5939313f229e6fcf374fb7e9ee4f8675b05ab293 (patch) | |
tree | 0a8181cbc5d052ab4d26a8e1d2dc52f126063fc6 /dev-python/pychroot | |
parent | 7e3d6dcede5749fe6a1adef4e673a9dde7703b7b (diff) |
gentoo auto-resync : 02:02:2024 - 17:45:32
Diffstat (limited to 'dev-python/pychroot')
-rw-r--r-- | dev-python/pychroot/Manifest | 4 | ||||
-rw-r--r-- | dev-python/pychroot/metadata.xml | 9 | ||||
-rw-r--r-- | dev-python/pychroot/pychroot-0.10.4.ebuild | 45 | ||||
-rw-r--r-- | dev-python/pychroot/pychroot-9999.ebuild | 45 |
4 files changed, 0 insertions, 103 deletions
diff --git a/dev-python/pychroot/Manifest b/dev-python/pychroot/Manifest deleted file mode 100644 index 0b4ae00e09ca..000000000000 --- a/dev-python/pychroot/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST pychroot-0.10.4.tar.gz 23745 BLAKE2B cce7be8c88b193b69838f14dfad62a5374936039bfe6478b8448b9a7f9e1ffcb373d5649ad1953beec6ca9ae138adc6871e129418a6fc64067b09eb6d4b4fa4c SHA512 fd93dba0a104eebe238f56e254fc445e1d34a2dbec6dcc307327fb92ebd7c85b1e729497ec818b756dee934f267cad755037ff004f78623d858617e39b473468 -EBUILD pychroot-0.10.4.ebuild 955 BLAKE2B 95d4cf33bc2c98f5180c53cfd5dd66493d97d82435ca12b43a0d1b5d643352540712e3088d3baeee5c19bfaf511aba57345b3e5bc3050da7753e7c39af180935 SHA512 74dc00d4fcf43cd0870b95a77e5072e8225492ace6aca037b5be21cdf2620e19c304f9610f242a5db80a91761ac7941cdcf96f6f27de99752a9dbefc158043a5 -EBUILD pychroot-9999.ebuild 955 BLAKE2B 95d4cf33bc2c98f5180c53cfd5dd66493d97d82435ca12b43a0d1b5d643352540712e3088d3baeee5c19bfaf511aba57345b3e5bc3050da7753e7c39af180935 SHA512 74dc00d4fcf43cd0870b95a77e5072e8225492ace6aca037b5be21cdf2620e19c304f9610f242a5db80a91761ac7941cdcf96f6f27de99752a9dbefc158043a5 -MISC metadata.xml 295 BLAKE2B 11cc50b4d91f820c103f10c332a219324672763dbbda0de14de487f8d1cbfc0dc542d4179c2ef29878ca28a51aa2bbcd28ba677ebbc9ad1853195cb08575cdf6 SHA512 7cb5822c5c0af4316da1bf4305e78779dd684c76175ecca0f8988f3da7cd82862cb72eff1ac51ce861a2755cfc7cffe30ef756b6f659f65a654553df59d49b94 diff --git a/dev-python/pychroot/metadata.xml b/dev-python/pychroot/metadata.xml deleted file mode 100644 index 6d7f5cfa3c4c..000000000000 --- a/dev-python/pychroot/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">pkgcore/pychroot</remote-id> - <remote-id type="pypi">pychroot</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/pychroot/pychroot-0.10.4.ebuild b/dev-python/pychroot/pychroot-0.10.4.ebuild deleted file mode 100644 index 685cfe94a14a..000000000000 --- a/dev-python/pychroot/pychroot-0.10.4.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 - -if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="https://github.com/pkgcore/pychroot.git" - inherit git-r3 -else - inherit pypi - KEYWORDS="~amd64 ~arm ~arm64 ~x86" -fi - -DESCRIPTION="a python library and cli tool that simplify chroot handling" -HOMEPAGE="https://github.com/pkgcore/pychroot" - -LICENSE="BSD" -SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" - -if [[ ${PV} == *9999 ]]; then - RDEPEND="~dev-python/snakeoil-9999[${PYTHON_USEDEP}]" -else - RDEPEND=">=dev-python/snakeoil-0.8.9[${PYTHON_USEDEP}]" -fi - -DEPEND="${RDEPEND}" -BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] ) -" - -python_test() { - esetup.py test -} - -python_install_all() { - local DOCS=( NEWS.rst README.rst ) - [[ ${PV} == *9999 ]] || doman man/* - distutils-r1_python_install_all -} diff --git a/dev-python/pychroot/pychroot-9999.ebuild b/dev-python/pychroot/pychroot-9999.ebuild deleted file mode 100644 index 685cfe94a14a..000000000000 --- a/dev-python/pychroot/pychroot-9999.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 - -if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="https://github.com/pkgcore/pychroot.git" - inherit git-r3 -else - inherit pypi - KEYWORDS="~amd64 ~arm ~arm64 ~x86" -fi - -DESCRIPTION="a python library and cli tool that simplify chroot handling" -HOMEPAGE="https://github.com/pkgcore/pychroot" - -LICENSE="BSD" -SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" - -if [[ ${PV} == *9999 ]]; then - RDEPEND="~dev-python/snakeoil-9999[${PYTHON_USEDEP}]" -else - RDEPEND=">=dev-python/snakeoil-0.8.9[${PYTHON_USEDEP}]" -fi - -DEPEND="${RDEPEND}" -BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] ) -" - -python_test() { - esetup.py test -} - -python_install_all() { - local DOCS=( NEWS.rst README.rst ) - [[ ${PV} == *9999 ]] || doman man/* - distutils-r1_python_install_all -} |