diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-08-07 12:37:21 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-08-07 12:37:21 +0100 |
commit | b8c7370a682e4e29cda623222d17a790c01c3642 (patch) | |
tree | f6caa14689bd00a5760eadaa381ff41e50ef3c1b /dev-python/pymountboot | |
parent | 8a4997a7e2d1e36c089d4d76935b5a902d98d3d0 (diff) |
gentoo auto-resync : 07:08:2024 - 12:37:20
Diffstat (limited to 'dev-python/pymountboot')
-rw-r--r-- | dev-python/pymountboot/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pymountboot/pymountboot-0.2.3-r2.ebuild | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/dev-python/pymountboot/Manifest b/dev-python/pymountboot/Manifest index 6bcfeb6bf3fb..99d9dfed4d69 100644 --- a/dev-python/pymountboot/Manifest +++ b/dev-python/pymountboot/Manifest @@ -1,3 +1,4 @@ DIST pymountboot-0.2.3.tar.gz 4065 BLAKE2B 81ef6c967a2e8eaa76155446e0c59208ee10e5e3b40fbe9d910d5e4faf3ac1963146ef1df634c4795b56e709b90fb92edb57916586c8a1e5fa14ad92e1721f42 SHA512 fee4c8444b89ff0375c75eb44ec396d1c1e65d4bb08ff230ae0fdb1f822115ed44bf9904c284d3623768df0b4041ef7ab4cf9717596148d3df76badd0a3aa92a EBUILD pymountboot-0.2.3-r1.ebuild 588 BLAKE2B 8758b7d2b7d409a57ceb6f39d75de815541ac11aa51d6c34d369b7e23e94680af0f387abf9b8ad37c8bfb9605e7e9d4578161081a48932a6c9cc5130a045159f SHA512 583833d3b46b7e8003a950ebd94eabae9948b5fe3b51e3295dbb5581a2141bc7a595cda56e0dafff454b59c2ca3ba82211292efde55e2ad59d38b5b0333d653b +EBUILD pymountboot-0.2.3-r2.ebuild 627 BLAKE2B 53162b7c99a326aa3a19a5248c86f45cd1c5be42ec1197fd7b237d7d177add2633fa6fc83d1be4e6021a5e7c63f034a5cf0aae77179ce214fb5a377198beb0c4 SHA512 708922353bc072e553cfe9a3c638ef0db3b664fddb438dd726fea2f6bfc757b3b2297a45ac98a1c73b08d908bd15fe096e3f0f7808d65d09266ca0986f0726dc MISC metadata.xml 534 BLAKE2B a0a7c6bf392a5992e1533211a1289dbf499ac33e683f015f2213b9908543073e8cb03b12a0b15ec57e0819c23c86d58dd15f6fe76a6d2b4d5d6cb7212a0b217f SHA512 10df0f3bd6dbb4b618103c9aff4fbef91f38fc39c7b36b6fda94972a0a9396dec9cb1cead8b54593c50f41fd7d6d2d3d047b307b057887550de73ef59a55f8ad diff --git a/dev-python/pymountboot/pymountboot-0.2.3-r2.ebuild b/dev-python/pymountboot/pymountboot-0.2.3-r2.ebuild new file mode 100644 index 000000000000..4a3878588fe1 --- /dev/null +++ b/dev-python/pymountboot/pymountboot-0.2.3-r2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} ) + +inherit distutils-r1 + +DESCRIPTION="Python extension module to (re)mount /boot" +HOMEPAGE="https://github.com/projg2/pymountboot/" +SRC_URI=" + https://github.com/projg2/pymountboot/archive/v${PV}.tar.gz + -> ${P}.tar.gz +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~riscv ~sparc ~x86" + +DEPEND=" + >=sys-apps/util-linux-2.20 +" +RDEPEND=" + ${DEPEND} +" +BDEPEND=" + virtual/pkgconfig +" + +distutils_enable_tests import-check |