diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-24 12:32:06 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-24 12:32:58 +0200 |
commit | d1d1b93c210fa2626e6e2abf3e93a1831503fd42 (patch) | |
tree | a0df82ac5f70c33b8178628623c78589ac3f0b8f /dev-python/pymountboot | |
parent | dev-libs/stfl: respects AR and RANLIB (diff) | |
download | gentoo-d1d1b93c210fa2626e6e2abf3e93a1831503fd42.tar.gz gentoo-d1d1b93c210fa2626e6e2abf3e93a1831503fd42.tar.bz2 gentoo-d1d1b93c210fa2626e6e2abf3e93a1831503fd42.zip |
dev-python/pymountboot: Bump to 0.2.3
Closes: https://bugs.gentoo.org/706956
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pymountboot')
-rw-r--r-- | dev-python/pymountboot/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pymountboot/pymountboot-0.2.3.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/pymountboot/Manifest b/dev-python/pymountboot/Manifest index ff7e918df984..68d2bc3c01ba 100644 --- a/dev-python/pymountboot/Manifest +++ b/dev-python/pymountboot/Manifest @@ -1 +1,2 @@ DIST pymountboot-0.2.2.tar.bz2 4098 BLAKE2B bbfbe631313189e6aef684ff29e73fcf2dcbbb998528103afe9c89e517e5a6c13bf6e05ced7c2eb05f668e0cc269212618b648043b65fb95da2e1b46c37476ac SHA512 bb6ec0772300b2edf9864a09ff64f67ad99f0cd29b009793e1b2a590be48146640c927b5772023d27e68fc2fba51652a55ab66d1cf875dd9b4134f043ac353c9 +DIST pymountboot-0.2.3.tar.gz 4065 BLAKE2B 81ef6c967a2e8eaa76155446e0c59208ee10e5e3b40fbe9d910d5e4faf3ac1963146ef1df634c4795b56e709b90fb92edb57916586c8a1e5fa14ad92e1721f42 SHA512 fee4c8444b89ff0375c75eb44ec396d1c1e65d4bb08ff230ae0fdb1f822115ed44bf9904c284d3623768df0b4041ef7ab4cf9717596148d3df76badd0a3aa92a diff --git a/dev-python/pymountboot/pymountboot-0.2.3.ebuild b/dev-python/pymountboot/pymountboot-0.2.3.ebuild new file mode 100644 index 000000000000..4d0cc67eb79d --- /dev/null +++ b/dev-python/pymountboot/pymountboot-0.2.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=no +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) + +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" +IUSE="" + +RDEPEND=">=sys-apps/util-linux-2.20" +DEPEND="${RDEPEND}" |