diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-09-12 13:37:38 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-09-12 13:37:38 +0000 |
| commit | 3fbdb77802077dbbda20c09ddb31b5039ae9321a (patch) | |
| tree | b15a7310409fdf56c9cba5f09d48f8bfb2233b97 /dev-python/rencode | |
| parent | bc6070dc2b7cea3812d825a262b89f1f3c5259c2 (diff) | |
| download | baldeagleos-repo-3fbdb77802077dbbda20c09ddb31b5039ae9321a.tar.gz baldeagleos-repo-3fbdb77802077dbbda20c09ddb31b5039ae9321a.tar.xz baldeagleos-repo-3fbdb77802077dbbda20c09ddb31b5039ae9321a.zip | |
Adding metadata
Diffstat (limited to 'dev-python/rencode')
| -rw-r--r-- | dev-python/rencode/rencode-1.0.6-r1.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/rencode/rencode-1.0.6.ebuild | 20 |
2 files changed, 1 insertions, 21 deletions
diff --git a/dev-python/rencode/rencode-1.0.6-r1.ebuild b/dev-python/rencode/rencode-1.0.6-r1.ebuild index 54c5548c44a5..45fe914736c5 100644 --- a/dev-python/rencode/rencode-1.0.6-r1.ebuild +++ b/dev-python/rencode/rencode-1.0.6-r1.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}]" diff --git a/dev-python/rencode/rencode-1.0.6.ebuild b/dev-python/rencode/rencode-1.0.6.ebuild deleted file mode 100644 index 6bb054061de6..000000000000 --- a/dev-python/rencode/rencode-1.0.6.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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" -IUSE="" - -RDEPEND="" -DEPEND="dev-python/cython[${PYTHON_USEDEP}] - dev-python/wheel[${PYTHON_USEDEP}]" |
