From a28429e017f0284584227da17456bfd5f9f172d5 Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Mon, 26 Jul 2021 12:02:00 -0400 Subject: dev-util/pmbootstrap: bump --- dev-util/pmbootstrap/Manifest | 2 +- dev-util/pmbootstrap/pmbootstrap-1.22.0.ebuild | 21 --------------------- dev-util/pmbootstrap/pmbootstrap-1.35.0.ebuild | 21 +++++++++++++++++++++ 3 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 dev-util/pmbootstrap/pmbootstrap-1.22.0.ebuild create mode 100644 dev-util/pmbootstrap/pmbootstrap-1.35.0.ebuild diff --git a/dev-util/pmbootstrap/Manifest b/dev-util/pmbootstrap/Manifest index 66f7623..7497892 100644 --- a/dev-util/pmbootstrap/Manifest +++ b/dev-util/pmbootstrap/Manifest @@ -1 +1 @@ -DIST pmbootstrap-1.22.0.tar.gz 183320 BLAKE2B 8815806e29b3fd03e3ecac4c7e77370f2ec45ef7eab7e0bb5ce7b6c8c0b74f2712d7130aab306aa9ff24d0439e67260979d92d8a43520e4a0cb291d13cc11aee SHA512 2e8dbbdae7a9d6e75b18493b9235b01f78e5d4ed0b348f1bfcceaf1020f233a1b3c56659e33a63782c454c16fa4fb3a443c3842e7bc85c6d0c55079bc0b63905 +DIST pmbootstrap-1.35.0.tar.gz 206636 BLAKE2B 3890309eb4538e3536a2f07e219319e87a1157303f2362371cf3a22fb41f2450b79ef69064c4735d012037f1e56b43e4f0fd586473b6a1c09ba6ed582293aa90 SHA512 f3db6ff2b4a3d050583d2f803fcc8db8bf94a6243ced6e1ff00c580b517cee685fa205954d4a5c734d1f00a734d40b3a8c5128b042aa62ccfe89be30600e4d0a diff --git a/dev-util/pmbootstrap/pmbootstrap-1.22.0.ebuild b/dev-util/pmbootstrap/pmbootstrap-1.22.0.ebuild deleted file mode 100644 index 1d90f20..0000000 --- a/dev-util/pmbootstrap/pmbootstrap-1.22.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) -inherit distutils-r1 - -DESCRIPTION="Sophisticated chroot/build/flash tool to develop and install postmarketOS" -HOMEPAGE="https://gitlab.com/postmarketOS/pmbootstrap" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -# https://gitlab.com/postmarketOS/pmbootstrap/-/issues/1951 -RESTRICT="test" - -distutils_enable_tests pytest diff --git a/dev-util/pmbootstrap/pmbootstrap-1.35.0.ebuild b/dev-util/pmbootstrap/pmbootstrap-1.35.0.ebuild new file mode 100644 index 0000000..b3e63e9 --- /dev/null +++ b/dev-util/pmbootstrap/pmbootstrap-1.35.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6..10} pypy3 ) +inherit distutils-r1 + +DESCRIPTION="Sophisticated chroot/build/flash tool to develop and install postmarketOS" +HOMEPAGE="https://gitlab.com/postmarketOS/pmbootstrap" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +# https://gitlab.com/postmarketOS/pmbootstrap/-/issues/1951 +RESTRICT="test" + +distutils_enable_tests pytest -- cgit v1.2.3-54-g00ecf