diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-07-24 18:21:48 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-07-24 18:21:48 +0000 |
| commit | 7e1d8beb97fe50e8b663e89eaac57c21aa84ea52 (patch) | |
| tree | 6df805f4c6b53107e081c53048bdea5178251c34 /dev-python/cons | |
| parent | d823f0ac57cca1b2b3e916997c8423a65b0e1384 (diff) | |
| download | baldeagleos-repo-7e1d8beb97fe50e8b663e89eaac57c21aa84ea52.tar.gz baldeagleos-repo-7e1d8beb97fe50e8b663e89eaac57c21aa84ea52.tar.xz baldeagleos-repo-7e1d8beb97fe50e8b663e89eaac57c21aa84ea52.zip | |
Adding metadata
Diffstat (limited to 'dev-python/cons')
| -rw-r--r-- | dev-python/cons/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/cons/cons-0.4.5.ebuild | 26 | ||||
| -rw-r--r-- | dev-python/cons/cons-0.4.6.ebuild | 2 |
3 files changed, 1 insertions, 28 deletions
diff --git a/dev-python/cons/Manifest b/dev-python/cons/Manifest index 9bc0d1539881..7c99c719009c 100644 --- a/dev-python/cons/Manifest +++ b/dev-python/cons/Manifest @@ -1,2 +1 @@ -DIST cons-0.4.5.gh.tar.gz 40318 BLAKE2B c01f195c4f29ffe42e08fba6b57806b96263f7ebbc1cc859b8d146cd94e257829506502f2bc81f5665f4caf3bb8725ec556b70b951ede2b8117ba50fdb4388e5 SHA512 fea3af6b7198760f36194793a32a87f17729877f75baca6fd9627c32c4602e640cf667bb106624e9d756aece57053974e90e32329de484619a14b3500bea26e7 DIST cons-0.4.6.gh.tar.gz 40414 BLAKE2B 5d234ed77d44f0b892c3cc8fc4816a4cc1ca5cca36501adca8cbc84a48dff320c3ea45555aaa2203d1ed5072e74404e62184f000db393c155b008943990b7df3 SHA512 195a2e23a6ee37aba1cc34c0f26a2b55f86948c4a2eb5dab50b9b917bdee97bbb53562830c75184c8483260ba9bc9352d1430f99937aa29156cbf3ce2fb0254b diff --git a/dev-python/cons/cons-0.4.5.ebuild b/dev-python/cons/cons-0.4.5.ebuild deleted file mode 100644 index 4915cd08965d..000000000000 --- a/dev-python/cons/cons-0.4.5.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{7,8,9,10,11} ) -inherit distutils-r1 - -DESCRIPTION="Implementation of Lisp/Scheme-like cons in Python" -HOMEPAGE=" - https://pypi.org/project/cons/ - https://github.com/pythological/python-cons/ -" -SRC_URI=" - https://github.com/pythological/python-cons/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" -S="${WORKDIR}/python-${P}" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" - -RDEPEND="dev-python/logical-unification[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest diff --git a/dev-python/cons/cons-0.4.6.ebuild b/dev-python/cons/cons-0.4.6.ebuild index 51cedf01399e..bee736eb96f4 100644 --- a/dev-python/cons/cons-0.4.6.ebuild +++ b/dev-python/cons/cons-0.4.6.ebuild @@ -21,7 +21,7 @@ S="${WORKDIR}/python-${P}" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" RDEPEND=" dev-python/logical-unification[${PYTHON_USEDEP}] |
