diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-09-18 10:21:42 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-09-18 10:21:42 +0000 |
| commit | 10057221902c3c290f3dd09052472f38b44f969e (patch) | |
| tree | 2ed708c8720b969bf142505292a60477767a06bc /dev-python/rencode | |
| parent | 926097ac9fc09e85d7b62a8f08b702787bbbde23 (diff) | |
| download | baldeagleos-repo-10057221902c3c290f3dd09052472f38b44f969e.tar.gz baldeagleos-repo-10057221902c3c290f3dd09052472f38b44f969e.tar.xz baldeagleos-repo-10057221902c3c290f3dd09052472f38b44f969e.zip | |
Adding metadata
Diffstat (limited to 'dev-python/rencode')
| -rw-r--r-- | dev-python/rencode/rencode-1.0.6-r1.ebuild | 33 | ||||
| -rw-r--r-- | dev-python/rencode/rencode-1.0.6-r2.ebuild | 2 |
2 files changed, 1 insertions, 34 deletions
diff --git a/dev-python/rencode/rencode-1.0.6-r1.ebuild b/dev-python/rencode/rencode-1.0.6-r1.ebuild deleted file mode 100644 index 45fe914736c5..000000000000 --- a/dev-python/rencode/rencode-1.0.6-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{6,7,8,9,10} ) - -inherit distutils-r1 - -DESCRIPTION="similar to bencode from the BitTorrent project" -HOMEPAGE="https://github.com/aresch/rencode" -SRC_URI="https://github.com/aresch/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux" - -BDEPEND="dev-python/cython[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest - -PATCHES=( - # https://github.com/aresch/rencode/commit/16e61e1ff4294bddb7c881536d3d454355c78969 - "${FILESDIR}/${P}-drop-wheel-dependency.patch" -) - -python_test() { - # The C extension ("_rencode") can't be imported from "${S}/rencode" - # so we need to cd somewhere else to make sure "rencode" is imported - # from ${BUILD_DIR}/lib (thanks to PYTHONPATH). - cd "${T}" || die - epytest "${S}" -} diff --git a/dev-python/rencode/rencode-1.0.6-r2.ebuild b/dev-python/rencode/rencode-1.0.6-r2.ebuild index 4fbeacb36ec5..706d75be166d 100644 --- a/dev-python/rencode/rencode-1.0.6-r2.ebuild +++ b/dev-python/rencode/rencode-1.0.6-r2.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/aresch/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux" BDEPEND="dev-python/cython[${PYTHON_USEDEP}]" |
