summaryrefslogtreecommitdiff
path: root/dev-python/pyspectrum2
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-07-03 22:39:47 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-07-03 22:39:47 +0100
commit7f0ccc917c7abe6223784c703d86cd14755691fb (patch)
tree8c6793f68896b341e22f33d7e6cef88e481f4a8b /dev-python/pyspectrum2
parent9aa80713372911cec499b3adb2cd746790920916 (diff)
gentoo resync : 03.07.2021
Diffstat (limited to 'dev-python/pyspectrum2')
-rw-r--r--dev-python/pyspectrum2/Manifest2
-rw-r--r--dev-python/pyspectrum2/pyspectrum2-0.2.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pyspectrum2/Manifest b/dev-python/pyspectrum2/Manifest
index 317cb0ed82b9..8846f958ac01 100644
--- a/dev-python/pyspectrum2/Manifest
+++ b/dev-python/pyspectrum2/Manifest
@@ -1,3 +1,3 @@
DIST pyspectrum2-0.2.0.tar.gz 31500 BLAKE2B 230329f9b1f12c7f7cff234b95d9715609cd0922c6c833726dfe72e7da0ba646e8d059d2f42d70fb97c8cb755436307369336551d44bf7954f2281f49d03ea6f SHA512 40c9f7dda808fd5bca05026b7418022b660d53b6ef52d684885ed04a47185ce2d1e2988bff5b874977c736bf5cf75f10f9daf752475504327844d4f1948f2286
-EBUILD pyspectrum2-0.2.0.ebuild 619 BLAKE2B d1aff86f37f521cac766e9d428125c7a34cd81efa601fcf6dc4b1442c4a07cff1df3802a52c959510c798c17499936b5999c06211dcca17b07d3ec08e9b9bf50 SHA512 acd90916897312c94591aac7227bf221deb01cb69a221540c85e807fb44dd425cfeee86e52b61cfda4918996351dd126d295eb740f24780d58928f3f236b1911
+EBUILD pyspectrum2-0.2.0.ebuild 620 BLAKE2B e488952a6a5236f286f49b7b2276142e7f32fd62eba5e4fa17c69cc0cde08d85bdd1ef7a841c9dfc4313b1892205e2258425510dbb56c1f6fe5d1804214f7404 SHA512 149425cef90d3272af5a280fe6d50a879a677780008a56bcf52f51079b858ad975495775f35bfa881db05368946fec018e51281ec82e28d5151f28473999e1e9
MISC metadata.xml 609 BLAKE2B 609cfa772b81ac1c1714018286226855aedbb3c4cec8ac899aa9061123ce42591a8584b79876c9f09ae0a02f08a3003f14986133712e801591c6ef712874e772 SHA512 5df36f1bbc0362891209ece8109d6c8857b19b723528a5d10c15ba255d54df2e9161ab94e9231b55c1dca2d5e55e138bb2cfaa889fba47a257d435f7cf05be14
diff --git a/dev-python/pyspectrum2/pyspectrum2-0.2.0.ebuild b/dev-python/pyspectrum2/pyspectrum2-0.2.0.ebuild
index aee33884dac7..3e0e86cc3461 100644
--- a/dev-python/pyspectrum2/pyspectrum2-0.2.0.ebuild
+++ b/dev-python/pyspectrum2/pyspectrum2-0.2.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS="bdepend"
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1