summaryrefslogtreecommitdiff
path: root/dev-python/pymountboot
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-02-02 01:39:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-02-02 01:39:05 +0000
commitfcc5224904648a8e6eb528d7603154160a20022f (patch)
tree3bfce096b38a9cea8eed13fc70c1526c456e9abd /dev-python/pymountboot
parent2fd57282f0262ca084e05b0f2c63fbada395d02b (diff)
gentoo resync : 02.02.2022
Diffstat (limited to 'dev-python/pymountboot')
-rw-r--r--dev-python/pymountboot/Manifest2
-rw-r--r--dev-python/pymountboot/pymountboot-0.2.3-r1.ebuild (renamed from dev-python/pymountboot/pymountboot-9999.ebuild)17
2 files changed, 10 insertions, 9 deletions
diff --git a/dev-python/pymountboot/Manifest b/dev-python/pymountboot/Manifest
index 960ff7bda4cd..5e3837f50381 100644
--- a/dev-python/pymountboot/Manifest
+++ b/dev-python/pymountboot/Manifest
@@ -1,4 +1,4 @@
DIST pymountboot-0.2.3.tar.gz 4065 BLAKE2B 81ef6c967a2e8eaa76155446e0c59208ee10e5e3b40fbe9d910d5e4faf3ac1963146ef1df634c4795b56e709b90fb92edb57916586c8a1e5fa14ad92e1721f42 SHA512 fee4c8444b89ff0375c75eb44ec396d1c1e65d4bb08ff230ae0fdb1f822115ed44bf9904c284d3623768df0b4041ef7ab4cf9717596148d3df76badd0a3aa92a
+EBUILD pymountboot-0.2.3-r1.ebuild 502 BLAKE2B 5005e6ac050e9855f33904e069158f440a7933d6833f56fc9602a009f9aeda5c4c9206502c43e455326ad9c8add27e7a70c7a5737060d4d488f049859a5bda6d SHA512 609515c2355db0324c55cf33205c2bd0efd766c6181f7eaf87480fc7565e3d6e4e77436e883cff5df7bf18f4ff4bbe9ba89c5f482cedd0b4f6dd94ac86b9a198
EBUILD pymountboot-0.2.3.ebuild 504 BLAKE2B 5d6c35069776822bca1453e95c7fd2406d36be1f986522fe79b17b096172ade1420bda8d3438cb575cf8e7eadab414a01a2633e1224d0259fbbfcf78a818e4e1 SHA512 54c53a3a416e585a01b0e1908ac7f7f4ac07952e80abc034bdf96a04674bbcd555951658d436f1b1695843e9a13405a727d753f8cf6c60ccd0cb1c1663bdc7f5
-EBUILD pymountboot-9999.ebuild 465 BLAKE2B 6d115d380e7bb870afaff6df383ceb7762d2fee84bad2cbcffcc0b0d8da260d3e4d46747882d2f62304969961b42bb5df456822b804de0bf01b106357cd11e64 SHA512 6a364a03b282e2493bf89f140c2cf319ca92c6477b89316cb371641843d3bdcb0cdde8f14062727c3713cad04eb801af961182ebc44fa727248e3ebfeb93e93b
MISC metadata.xml 534 BLAKE2B 11562644ad15b24e6583a26cc616a04ef0000d24a90bb5b6c357b1094819126da2cc14eb77ce720efbdfcecb3bd2fd1caf6e1cfd560a9979a7d6356a73d4e625 SHA512 ba2416007b2b6ecb418081153a6ee9e2fa5bb79c64ccd6607e0679a3e2575eea529f48e655cbfc458b3c892e82fd14d02db1d4facad362fb63338eb977794486
diff --git a/dev-python/pymountboot/pymountboot-9999.ebuild b/dev-python/pymountboot/pymountboot-0.2.3-r1.ebuild
index 785c3ca73800..073ad8efd08a 100644
--- a/dev-python/pymountboot/pymountboot-9999.ebuild
+++ b/dev-python/pymountboot/pymountboot-0.2.3-r1.ebuild
@@ -1,21 +1,22 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..9} )
-inherit distutils-r1 git-r3
+inherit distutils-r1
DESCRIPTION="Python extension module to (re)mount /boot"
HOMEPAGE="https://github.com/mgorny/pymountboot/"
-EGIT_REPO_URI="https://github.com/mgorny/${PN}.git"
+SRC_URI="
+ https://github.com/mgorny/pymountboot/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS=""
-IUSE=""
+KEYWORDS="~amd64 ~x86"
RDEPEND=">=sys-apps/util-linux-2.20"
DEPEND="${RDEPEND}"