summaryrefslogtreecommitdiff
path: root/dev-python/PyRSS2Gen
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-10 21:05:55 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-10 21:05:55 +0000
commit71deace00d1a2b091313fe137ab7092418c6f87c (patch)
tree9f1f0dee23e13658e52f49437befe78427148c51 /dev-python/PyRSS2Gen
parent29aabba0ea759c6a2864ff5631735b67ee38e5e0 (diff)
gentoo resync : 10.02.2020
Diffstat (limited to 'dev-python/PyRSS2Gen')
-rw-r--r--dev-python/PyRSS2Gen/Manifest2
-rw-r--r--dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/PyRSS2Gen/Manifest b/dev-python/PyRSS2Gen/Manifest
index eb06e2b0e622..8b85450f4575 100644
--- a/dev-python/PyRSS2Gen/Manifest
+++ b/dev-python/PyRSS2Gen/Manifest
@@ -1,3 +1,3 @@
DIST PyRSS2Gen-1.1.tar.gz 9149 BLAKE2B 1f388e8616c79d8b5436f69191d479c529e1348308d69782a833bec714da6289fc459ea2b554a1e660027a25d0581c441a0e75a623add3c42c8c33c5cc8518e1 SHA512 2240686914c87984626eb739676927fcd53488158bdebf589e07e8a778e6d24305964e032581c61836f0fabc1264e42d05c88eac8f4c5f6536c31c775434ce02
-EBUILD PyRSS2Gen-1.1.ebuild 433 BLAKE2B 1a66e27f112ef17986f4491bcd61d66ea3d4e1b9a1d4ef3ca054ebad6008d22bd1c89626dc7cd3df1e6b8c154eefa4f57ef7f5a51a49a24bf6e70127d2758d56 SHA512 46a43980c4b5e22d5ccae24d81509529e5283ec3e3768c2b4957d4de8aba591c239663834e178143596909162bc6fda86cd08e7c657d4f02fbc069786ba25dbb
+EBUILD PyRSS2Gen-1.1.ebuild 427 BLAKE2B 07e62eaa6a8d8ad8b412b9d07cfcb0b17af49bdc1a83cb1fb29b57d901c275b9e090f8414000e1da1c8e7adf6c20da7edcfdab63cbc54c7c171a070d92cd5382 SHA512 c0ba3c0bf5e8f237b1e0bd4de2a9b9b45adb84f7d202fa142da7c84966af2e2215b645cfb56a29ed701e4f31ec535cc59c74887ec6a3d9594e6bb3f7d5b4ee5a
MISC metadata.xml 167 BLAKE2B e4dadf27fd344484f2bccb5b904909c89aac568c32e5b3c44bdf139eacefd4b4fae74419f503d2b7da0dccc1b68ba05d777d11292c0f89270d1ac5c9c703e8ca SHA512 7c8decb24ee3a850e38186cf3c7f8933a28017426806870ad6ef9ceb2533be147a2681fc789b535a81cb528af8c29d90d3006e4f250aee23bd7dea4561294e33
diff --git a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild
index d736f664a604..2c5e40a8cba8 100644
--- a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild
+++ b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1