From fcc5224904648a8e6eb528d7603154160a20022f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 2 Feb 2022 01:39:05 +0000 Subject: gentoo resync : 02.02.2022 --- dev-python/pymountboot/Manifest | 2 +- dev-python/pymountboot/pymountboot-0.2.3-r1.ebuild | 22 ++++++++++++++++++++++ dev-python/pymountboot/pymountboot-9999.ebuild | 21 --------------------- 3 files changed, 23 insertions(+), 22 deletions(-) create mode 100644 dev-python/pymountboot/pymountboot-0.2.3-r1.ebuild delete mode 100644 dev-python/pymountboot/pymountboot-9999.ebuild (limited to 'dev-python/pymountboot') 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-0.2.3-r1.ebuild b/dev-python/pymountboot/pymountboot-0.2.3-r1.ebuild new file mode 100644 index 000000000000..073ad8efd08a --- /dev/null +++ b/dev-python/pymountboot/pymountboot-0.2.3-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..9} ) + +inherit distutils-r1 + +DESCRIPTION="Python extension module to (re)mount /boot" +HOMEPAGE="https://github.com/mgorny/pymountboot/" +SRC_URI=" + https://github.com/mgorny/pymountboot/archive/v${PV}.tar.gz + -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=">=sys-apps/util-linux-2.20" +DEPEND="${RDEPEND}" diff --git a/dev-python/pymountboot/pymountboot-9999.ebuild b/dev-python/pymountboot/pymountboot-9999.ebuild deleted file mode 100644 index 785c3ca73800..000000000000 --- a/dev-python/pymountboot/pymountboot-9999.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{7..9} ) - -inherit distutils-r1 git-r3 - -DESCRIPTION="Python extension module to (re)mount /boot" -HOMEPAGE="https://github.com/mgorny/pymountboot/" -EGIT_REPO_URI="https://github.com/mgorny/${PN}.git" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="" -IUSE="" - -RDEPEND=">=sys-apps/util-linux-2.20" -DEPEND="${RDEPEND}" -- cgit v1.2.3