From 4b3d5209156c385ed9844cf19bce982f9bc67a74 Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Sat, 1 Aug 2020 10:40:11 -0400 Subject: dev-util/pmbootstrap: bump, mask tests --- dev-util/pmbootstrap/Manifest | 2 +- dev-util/pmbootstrap/pmbootstrap-1.20.0.ebuild | 19 ------------------- dev-util/pmbootstrap/pmbootstrap-1.22.0.ebuild | 19 +++++++++++++++++++ 3 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 dev-util/pmbootstrap/pmbootstrap-1.20.0.ebuild create mode 100644 dev-util/pmbootstrap/pmbootstrap-1.22.0.ebuild (limited to 'dev-util') diff --git a/dev-util/pmbootstrap/Manifest b/dev-util/pmbootstrap/Manifest index 24534e2..66f7623 100644 --- a/dev-util/pmbootstrap/Manifest +++ b/dev-util/pmbootstrap/Manifest @@ -1 +1 @@ -DIST pmbootstrap-1.20.0.tar.gz 178348 BLAKE2B 9cbd2daad46a40959660ac78756111eae3340f308a8a111be43e284841a234dbd93aff1a73e3b766033cba0bec0d8378629d446f64e535c79c7424e68acbddf3 SHA512 c83f434ea53b9bbf84ad982ba25eba05da063519727cdc209d2b2ff32370f0aa28914615953b559a7a1c7b1b9099610ddeea2afbe1d7d4cf3ad5c70b9281d46c +DIST pmbootstrap-1.22.0.tar.gz 183320 BLAKE2B 8815806e29b3fd03e3ecac4c7e77370f2ec45ef7eab7e0bb5ce7b6c8c0b74f2712d7130aab306aa9ff24d0439e67260979d92d8a43520e4a0cb291d13cc11aee SHA512 2e8dbbdae7a9d6e75b18493b9235b01f78e5d4ed0b348f1bfcceaf1020f233a1b3c56659e33a63782c454c16fa4fb3a443c3842e7bc85c6d0c55079bc0b63905 diff --git a/dev-util/pmbootstrap/pmbootstrap-1.20.0.ebuild b/dev-util/pmbootstrap/pmbootstrap-1.20.0.ebuild deleted file mode 100644 index f1808e0..0000000 --- a/dev-util/pmbootstrap/pmbootstrap-1.20.0.ebuild +++ /dev/null @@ -1,19 +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" - -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND="" diff --git a/dev-util/pmbootstrap/pmbootstrap-1.22.0.ebuild b/dev-util/pmbootstrap/pmbootstrap-1.22.0.ebuild new file mode 100644 index 0000000..cd6f550 --- /dev/null +++ b/dev-util/pmbootstrap/pmbootstrap-1.22.0.ebuild @@ -0,0 +1,19 @@ +# 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 +#distutils_enable_tests pytest -- cgit v1.2.3-54-g00ecf