diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-09-15 14:10:53 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-09-15 14:13:19 +0200 |
commit | 0afc3cae40df0b9a5303a8ce2cdc3854b2045f43 (patch) | |
tree | b093da94ff76f6604dc19810c0d3f7e84223b12b /app-portage | |
parent | dev-ruby/rspec-files: drop 1.1.2 (diff) | |
download | gentoo-0afc3cae40df0b9a5303a8ce2cdc3854b2045f43.tar.gz gentoo-0afc3cae40df0b9a5303a8ce2cdc3854b2045f43.tar.bz2 gentoo-0afc3cae40df0b9a5303a8ce2cdc3854b2045f43.zip |
app-portage/flaggie: Bump to 0.99.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/flaggie/Manifest | 1 | ||||
-rw-r--r-- | app-portage/flaggie/flaggie-0.99.7.ebuild | 32 |
2 files changed, 33 insertions, 0 deletions
diff --git a/app-portage/flaggie/Manifest b/app-portage/flaggie/Manifest index c90463f46f02..1688000ee060 100644 --- a/app-portage/flaggie/Manifest +++ b/app-portage/flaggie/Manifest @@ -1,2 +1,3 @@ DIST flaggie-0.99.5.tar.gz 17792 BLAKE2B 0400d08383e80b7543fc18afa8d63e68d5b889327db119f53fb5b9f74959a10f5d918c9e284c590b403f30197275f0833b51313729b125c1f4e0feba8113afb7 SHA512 77e7b66148bb3779bf2f89507834ebcb587ad822126b282da9fea5361f4df54e6cd9a18311d23de8648ab6aba2e4aa18686296bfab9ae3823a4435252e431c7f DIST flaggie-0.99.6.tar.gz 17810 BLAKE2B da883826147536563d889e026e659a3bc69ac58808b5fd3672d89f047abd4accf567f1e9bebc1d69e0550498b48be03420f47ebfdcf4aeb24db17fa7149011a2 SHA512 c4a0407c65149169c6998629ac399eb9cb9a9a7a0d1c1ef0072d7c7aefb811ea1b91f5ba4987f0689341ab920fb7e8a13f979cc390596c31c4c82aa6172e3ee5 +DIST flaggie-0.99.7.tar.gz 17844 BLAKE2B 08cddf3c52acebe1e1198fabf29164084bc9abf8d24220469c2b84b7d09b5ae4c57ced09ba663c9fce61bf165f0878ffac1046cef91d9a13942153886aab4836 SHA512 325d6b250c7fdea80d55ac21d835715c41484165189c838c4f9f4f0b473f925098afac5b0a98a2cd608eec0362d33cbe18017717be8444d9d4270ffe2f0a1824 diff --git a/app-portage/flaggie/flaggie-0.99.7.ebuild b/app-portage/flaggie/flaggie-0.99.7.ebuild new file mode 100644 index 000000000000..171f784597fe --- /dev/null +++ b/app-portage/flaggie/flaggie-0.99.7.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A smart CLI mangler for package.* files" +HOMEPAGE=" + https://github.com/projg2/flaggie/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + >=app-portage/gentoopm-0.5.0[${PYTHON_USEDEP}] + dev-python/more-itertools[${PYTHON_USEDEP}] + dev-vcs/git +" + +distutils_enable_tests pytest + +pkg_postinst() { + ewarn "This is a preview release of flaggie 1.x. It it not fully featured" + ewarn "yet and it may have significant bugs. Please back your /etc/portage" + ewarn "up before using it. Verify the results using --pretend." +} |