summaryrefslogtreecommitdiff
path: root/dev-python/fleep
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
commit0f558761aa2dee1017b4751e4017205e015a9560 (patch)
tree037df795519468a25d9362b4e95cdaeb84eb1cf9 /dev-python/fleep
parent752d6256e5204b958b0ef7905675a940b5e9172f (diff)
gentoo resync : 29.12.2022
Diffstat (limited to 'dev-python/fleep')
-rw-r--r--dev-python/fleep/Manifest4
-rw-r--r--dev-python/fleep/fleep-1.0.1-r1.ebuild7
-rw-r--r--dev-python/fleep/fleep-9999.ebuild6
3 files changed, 8 insertions, 9 deletions
diff --git a/dev-python/fleep/Manifest b/dev-python/fleep/Manifest
index a9de192b19df..fae3c8897d47 100644
--- a/dev-python/fleep/Manifest
+++ b/dev-python/fleep/Manifest
@@ -1,4 +1,4 @@
DIST fleep-1.0.1.gh.tar.gz 197438 BLAKE2B cf099a941d63443a9ee314727966ae95e143acc2f33f7760fe34772d4a2d371af534c029ad207b7727d34e7472c9396b3fc1e9c82066d98ae248dd4f7bd430d7 SHA512 ea287b9cec0f88f378b6c2f248938417e7e51b004a03bb4421611f9cbdae7b97cf1c02b5096c491df934922d906812daadab02d46ae49e64dc2a2a880ab4d87e
-EBUILD fleep-1.0.1-r1.ebuild 863 BLAKE2B 9fe0f5c4a539c0f579d9e4f9bf5b38c449410c22a4c529efc63781463fc3023c31e4e594454fc03de2eba795e23d076c86800fb096a2562e96080b7f24f267cd SHA512 6e0aff23476bfa2fbee81b0c5143d8870fe5aa3cde02139b176caa8a25b88a636924819820d86324145ed2985d021b51b93bdbee3b604cdf0ee0506699c47e57
-EBUILD fleep-9999.ebuild 780 BLAKE2B 43fe8b1004891760053221129190333bdc524c89f21248cbf16b2352103ce82a32bf1d7123fcdfbf0427797ac477944c7fba957771aab151975e7b87ed31e7be SHA512 02e6655ef370e0d76672a46168d34cc04dfd70c7b0dd4743b8009698137bedeb86f0069489590a82bb32d686aca940b7046126592fc3ba1c7fc34416627cf215
+EBUILD fleep-1.0.1-r1.ebuild 814 BLAKE2B 8200306dc3b5d562d171c78f016ca10c3f2fff8fa0cf610966d5c7dd25fa623475c8c30a03d95ad53e3128b057fa7e4f127d973b9ffd4a0e1629fb18c1d14635 SHA512 1b70c3da9173cec5838a689fae858b03fda74251f559984aaf93d4bf46b2004264d16e77517b95d6889b918c98032970805cdabde2a43e2a98a691b9d4728d76
+EBUILD fleep-9999.ebuild 811 BLAKE2B 1fd73b4d1848ea25efefe035a1d072aebd672d61aa607eed38fc617b843e3441f71c08904aef8998a6ff1750cf9bad760b080ea26fcee59fd3df1d2e9cd76167 SHA512 931b50d3e1b02b7d289e949106e4964864edd2aad9b818ad3bfcbbc7557d91c3b2a91c4661857738b06c52065bb2bc66b904336826b3a10fa00d7ff323cc3fe4
MISC metadata.xml 478 BLAKE2B 8b297fa598d70c13eb2f8d2cfd14029a28343c70eb25473dc18d14f868067253ec07ea894b18486234144c94a3e569b821f20a0868562dd506aea6ae7fbfc41c SHA512 5ee57a89ae197ec0b5d522314e08ed81c8f65c3ac49ff17264e9c75af63189834e66fe39e0f11c8401a2d5189a067f8514785174b2f849f39dd79edac3e4b847
diff --git a/dev-python/fleep/fleep-1.0.1-r1.ebuild b/dev-python/fleep/fleep-1.0.1-r1.ebuild
index cce82c31af2c..921df3ab8fe3 100644
--- a/dev-python/fleep/fleep-1.0.1-r1.ebuild
+++ b/dev-python/fleep/fleep-1.0.1-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
-
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
if [[ ${PV} == 9999 ]]; then
@@ -13,7 +13,6 @@ if [[ ${PV} == 9999 ]]; then
else
# upstream aren't tagging the releases, just as commit title
COMMIT="994bc2c274482d80ab13d89d8f7343eb316d3e44"
- # Note: On next bump, remove gh suffix from SRC_URI - was added just for tests
SRC_URI="https://github.com/floyernick/fleep-py/archive/${COMMIT}.tar.gz
-> ${P}.gh.tar.gz"
S="${WORKDIR}/fleep-py-${COMMIT}"
diff --git a/dev-python/fleep/fleep-9999.ebuild b/dev-python/fleep/fleep-9999.ebuild
index 68f31790d687..3504702d9333 100644
--- a/dev-python/fleep/fleep-9999.ebuild
+++ b/dev-python/fleep/fleep-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
-
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
if [[ ${PV} == 9999 ]]; then