summaryrefslogtreecommitdiff
path: root/dev-python/pycpio
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-03-15 18:55:58 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-03-15 18:55:58 +0000
commit58cb2b2362108a7f1f9906079c86e9fb28e88e3a (patch)
treea578463cfa782b6dbe5dbe88ef8641fada5002dd /dev-python/pycpio
parent2a91a97565fe6cce21a172c72f23935a18adf4eb (diff)
downloadbaldeagleos-repo-58cb2b2362108a7f1f9906079c86e9fb28e88e3a.tar.gz
baldeagleos-repo-58cb2b2362108a7f1f9906079c86e9fb28e88e3a.tar.xz
baldeagleos-repo-58cb2b2362108a7f1f9906079c86e9fb28e88e3a.zip
Adding metadata
Diffstat (limited to 'dev-python/pycpio')
-rw-r--r--dev-python/pycpio/Manifest1
-rw-r--r--dev-python/pycpio/pycpio-1.4.2.ebuild30
-rw-r--r--dev-python/pycpio/pycpio-1.5.2.ebuild2
3 files changed, 1 insertions, 32 deletions
diff --git a/dev-python/pycpio/Manifest b/dev-python/pycpio/Manifest
index 668077954e43..31ecfdb481e0 100644
--- a/dev-python/pycpio/Manifest
+++ b/dev-python/pycpio/Manifest
@@ -1,2 +1 @@
-DIST pycpio-1.4.2.gh.tar.gz 22690 BLAKE2B 244145dabdee1fa50e54f98327608b96afef354d53e1405e2e54c47d9cc8a71c80e4adfe8f1c7a079a9acdd30751f125e7b5db61cd34baf375433248c7370757 SHA512 7fe6b7e6597a8733d740348888b5c41aa37f08e2ecd5843ab32751e8a5cd6ce9390201ba5a47c3febd2f61562db4ce6724404f9359238de91f94f4bc12b9c41b
DIST pycpio-1.5.2.gh.tar.gz 23297 BLAKE2B 23f66aafa7215f6cece1b64f99fc7d720a0f6e98a96bf56f83b11ec4e5f75cd4f37315852ef57ecedac62520daa7c676f59489ee9d42b7ad9ccf695679fa79b1 SHA512 938f4a4d17ef414a0849c3104f0dcc4f9291bf4f4c0f76fd33e53b30e369408d7de8595ab79ea9740a5e7746527e22ab702dc3271cf1490980713ff0dc595847
diff --git a/dev-python/pycpio/pycpio-1.4.2.ebuild b/dev-python/pycpio/pycpio-1.4.2.ebuild
deleted file mode 100644
index 31dec107b3ce..000000000000
--- a/dev-python/pycpio/pycpio-1.4.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9,10,11,12,13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python CPIO library"
-HOMEPAGE="https://github.com/desultory/pycpio/"
-SRC_URI="
- https://github.com/desultory/pycpio/archive/refs/tags/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm64"
-
-RDEPEND="
- >=dev-python/zenlib-3.0.2[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-python_test() {
- eunittest tests
-}
diff --git a/dev-python/pycpio/pycpio-1.5.2.ebuild b/dev-python/pycpio/pycpio-1.5.2.ebuild
index dec476902434..eef5e97f2bc1 100644
--- a/dev-python/pycpio/pycpio-1.5.2.ebuild
+++ b/dev-python/pycpio/pycpio-1.5.2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 arm64"
RDEPEND="
>=dev-python/zenlib-3.0.2[${PYTHON_USEDEP}]