diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
commit | 21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch) | |
tree | e1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/pymdstat | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/pymdstat')
-rw-r--r-- | dev-python/pymdstat/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pymdstat/pymdstat-0.4.2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pymdstat/Manifest b/dev-python/pymdstat/Manifest index c89254123a37..0b2045c38e65 100644 --- a/dev-python/pymdstat/Manifest +++ b/dev-python/pymdstat/Manifest @@ -1,3 +1,3 @@ DIST pymdstat-0.4.2.tar.gz 5010 BLAKE2B 4fe196916809513b063144ca4097676e2c826f38bccfdcb387aabd95d6b5d471eceec1a29fc5ffb41e7019e1570e2d805bbfa10f22ec7ececcb30afd7fc1a4ed SHA512 2e3c07d59151069962e1ba601b3751b331e233fdc6bbdeb0cada69ce36a731c12bcc6447218cc0c1ae4dd63d39d2be2bc3677aba739797cc534c5e38d1c72458 -EBUILD pymdstat-0.4.2.ebuild 612 BLAKE2B 5577ba9837621e49d99e0b905cca474e05525e5ff591302e28f7c45c08e4565962e5567a962de2f9e02ed3740f3c7ffa88fe484d1ab81912fbde0d99184cbf34 SHA512 ec7438e22ad5a18b4a97c3fc63310daff70c154773fa87227d874276067219fc3a7e6068f79bc2b71e304e49be871f1c05bdc28545337d4e2f5a86bd448aa1d0 +EBUILD pymdstat-0.4.2.ebuild 597 BLAKE2B 1194d4d0af109a3b6ea64039ef3fc3f18261d9205150d77d6717a5936c94c3ba0368cccccf631b99ae914e65765d8fb2b58327e5afbbefa78d7860b53cb24c6a SHA512 0bf67e168fbbed21bf8fec932a2778c606442f44ad67089c560969c1008d57ef1d393cdb1fc36f51da8ab9621d1cf66b9af81355da128cd480dc6e9720d561ac MISC metadata.xml 511 BLAKE2B 764b07013ad9a90442a60051d2cd17184b5058b24d1dfe08f0eac50102822e13cb38941e52b1f2a330682ab62d3b0f2983120b8985f0efc86e7dbc051d569f85 SHA512 54862557fb9d9ec32f94086ba8df5dfb5f4e4e804f1ea280157418b46ff9ecdedee8b3e333ec2643b8a09d54c769d010514789c3bc75fa28c75623b732a088ac diff --git a/dev-python/pymdstat/pymdstat-0.4.2.ebuild b/dev-python/pymdstat/pymdstat-0.4.2.ebuild index 63d86fccc41e..aea52cd31c37 100644 --- a/dev-python/pymdstat/pymdstat-0.4.2.ebuild +++ b/dev-python/pymdstat/pymdstat-0.4.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{5,6}} pypy pypy3 ) +PYTHON_COMPAT=( python3_6 pypy3 ) inherit distutils-r1 |