summaryrefslogtreecommitdiff
path: root/dev-python/setuptools-git
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-05-30 11:44:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-05-30 11:44:06 +0100
commitf516638b7fe9592837389826a6152a7e1b251c54 (patch)
tree8bfecb640b7b6403d7a3d662d923eed630033da7 /dev-python/setuptools-git
parent1a61119f9f7b057830e2ce0563f913ec86f282ad (diff)
gentoo resync : 30.05.2020
Diffstat (limited to 'dev-python/setuptools-git')
-rw-r--r--dev-python/setuptools-git/Manifest4
-rw-r--r--dev-python/setuptools-git/metadata.xml3
-rw-r--r--dev-python/setuptools-git/setuptools-git-1.2.ebuild2
3 files changed, 3 insertions, 6 deletions
diff --git a/dev-python/setuptools-git/Manifest b/dev-python/setuptools-git/Manifest
index fc676754f01c..142a9f162b64 100644
--- a/dev-python/setuptools-git/Manifest
+++ b/dev-python/setuptools-git/Manifest
@@ -1,3 +1,3 @@
DIST setuptools-git-1.2.tar.gz 10546 BLAKE2B 52b7cd8387037b1eaee91e9df7de9944ea08bf02f4cf9ea74fa9d0febf85d930af989e9a07289935d8886f0fa4439c4cb46556ff81343981153ca35314703a9b SHA512 c070911618b6b92c862fb0bd40f1daeaf79e2ba10389fa1e69e4c50cfdd39c8e57a612082cbc7d932f8cea12a769e13451e35e1c8fe34f170d4817fd0d44f156
-EBUILD setuptools-git-1.2.ebuild 678 BLAKE2B 7d9a96ae25e1299f874c08b982f746822c32805b9b749b31e37c8c566014d3b4cffc4fe4d833ccd0575e466aec0fcabdbc6bd12a7af48fb01a7bdd0635028558 SHA512 5ec00b74304b1a281a5644bb9dcdc6c71fba723e45ba95c67c8451ccf39c440158ce319431e6778d1a96b4bcba1d68764ccf1638533c219029b1b7f66fb494b7
-MISC metadata.xml 617 BLAKE2B 6a8553d2d3deaa7eedae6706e516b6cab014df33acf8a4589084ce2ddc8b3bdc619253ccc176cfa28a7092efe9044ab171b585fc87d933ec5e833303ad2b6dc1 SHA512 057677807a316be80d26eb8aa9b07a87a60251a6185c85ac1042db7040849ef4e9554be1d9ac15d1b8ff212df2f39446f3c56208fe83d12581fb0ba283d1ebff
+EBUILD setuptools-git-1.2.ebuild 680 BLAKE2B 1ca4a06bacd7497e9ed586450875ea95325c88858c90e92f2c301b7ef34ee5364ccb3e7e3617ca84f48f3bb85772c1c3df692dea715c321e7ff51faa5b4c2136 SHA512 5e8260f9e07b12bcaaffc25de095fdd3140019d47115fea4f57dd22aea8e237d445c5bcf9555f7419a0a752db370dc92426e0a4fdf157c01a6fd55f6e784956d
+MISC metadata.xml 512 BLAKE2B 4d7dde26fb48dba04fcb6cd768f4a825e982f57cadb98c74c696f7bc79210ebdaab5a27fb3aa307edc7fb7781f8aea64885460e67cda9f25b6f01edffa42c118 SHA512 32d994cd5a5c5314b43f52ba9d14c37ca3cca3325dac5b241acc1793583b1afd5921bb6da9b5802aee09779e9bb472ef9fc1fb330030824fb12b7d49e567edf9
diff --git a/dev-python/setuptools-git/metadata.xml b/dev-python/setuptools-git/metadata.xml
index bf673f4a5b46..d80d6fe3c44f 100644
--- a/dev-python/setuptools-git/metadata.xml
+++ b/dev-python/setuptools-git/metadata.xml
@@ -9,9 +9,6 @@
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
- <longdescription lang="en">
- Setuptools revision control system plugin for Git
- </longdescription>
<upstream>
<remote-id type="pypi">setuptools-git</remote-id>
<remote-id type="github">wichert/setuptools-git</remote-id>
diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
index 4b6368fa9e36..7f69c0ee96e2 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
inherit distutils-r1