summaryrefslogtreecommitdiff
path: root/dev-python/pydiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
commitb7ebc951da8800f711142f69d9d958bde67a112d (patch)
treee318514216845acb8f2e49fff7a5cba4027e9d91 /dev-python/pydiff
parentdc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff)
gentoo resync : 28.04.2019
Diffstat (limited to 'dev-python/pydiff')
-rw-r--r--dev-python/pydiff/Manifest2
-rw-r--r--dev-python/pydiff/pydiff-0.2.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pydiff/Manifest b/dev-python/pydiff/Manifest
index dd39fd869980..be061510118a 100644
--- a/dev-python/pydiff/Manifest
+++ b/dev-python/pydiff/Manifest
@@ -1,3 +1,3 @@
DIST pydiff-0.2.tar.gz 4108 BLAKE2B 868b9b31f96e49a4e375d2933fc158845ced4bc561816512f41c85dbd6d5373567a51153dedc527826ef2d03306288e3255d300fc2b400e28983e6616eec6a25 SHA512 0f55edf17138c4a1894a1ca03db21e6d6d21fb3961a2738c00d59e05d32a006413aee04005962f1ba6628c012bb018d43fcbbef50665ea10d3397539e5d3def1
-EBUILD pydiff-0.2.ebuild 498 BLAKE2B ab95241fed764f2c4d6beaebed982e759637bc04a3c641732353bd619a39224dd3e6db3cdef5deb98911abab7ed12f138cd820d9895d47f60e56e7350d2a7729 SHA512 73895a906d8ff47b9c5dd29d701ace86a3c3675a0c715a195933bfcbb7889dfecc12b605c52994c4bbadd04bd4381db08bf8284beee6432188574d0808f6b1e5
+EBUILD pydiff-0.2.ebuild 493 BLAKE2B bcaf559469ae563992b93a929104a8009c7d48210d37dbe52705f19c287cb891713490c2f52bbadf097d520671c7c95645b80d97dd5dbd5a5be83498b8d04a7a SHA512 6f55c212da9451b385c149f9d2803ccc38a4c8a6f6b3d887d4c9d9a4ec80095d7b5bb8eca6c54b6de43b590d45c4e576e2d5212f6a180c451221ddeba493186d
MISC metadata.xml 373 BLAKE2B 8e20b47c64105d9f29c7beb15868eee311dc1f6bc49645729b780629d1e7d26ea7296f0768b29de4f4cb9df2e629d25d100409e646f30f336608a7996364ba34 SHA512 cc56455c69ef9816eecb5ca62fa6f660ca124cae7d62d58006133a9d9af79aa4bc45e572ca1d2cf5d9b64c7f7617f62b94b573b65d799327a2088e1f80902402
diff --git a/dev-python/pydiff/pydiff-0.2.ebuild b/dev-python/pydiff/pydiff-0.2.ebuild
index 1d1b81106a14..5603f37df18c 100644
--- a/dev-python/pydiff/pydiff-0.2.ebuild
+++ b/dev-python/pydiff/pydiff-0.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 )
inherit distutils-r1