summaryrefslogtreecommitdiff
path: root/dev-python/pysendfile
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/pysendfile
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/pysendfile')
-rw-r--r--dev-python/pysendfile/Manifest4
-rw-r--r--dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild6
-rw-r--r--dev-python/pysendfile/pysendfile-2.0.1.ebuild6
3 files changed, 8 insertions, 8 deletions
diff --git a/dev-python/pysendfile/Manifest b/dev-python/pysendfile/Manifest
index d9e25902cd62..e320a041f1aa 100644
--- a/dev-python/pysendfile/Manifest
+++ b/dev-python/pysendfile/Manifest
@@ -1,4 +1,4 @@
DIST pysendfile-2.0.1.tar.gz 19315 BLAKE2B ac5776069de0228d5103053e82786b499478dc3cad57b1f74ede3b8b8724abb780c5b51cf8578ebece7a12ce269b7a9b5bc72f08409077bbce2d4daf63046119 SHA512 d6ee08eb251fac30c90a9ee829fd992f3620697eef2893ced5a2c6273486c3c5fd35c70962585a8d747d578817391f91c929bfeeba8c4485d52a15748229ca9c
-EBUILD pysendfile-2.0.1-r1.ebuild 594 BLAKE2B 71bbb6bc65403a581a3a953f180106d0e9be492b4321f44900c6844410a03fe1dea0e7365f1fc473329741b1645241c9f0a2c7640004146c8c6f2221069144c9 SHA512 f2ebe81e0289c99ca84504b864084011a752d7433e21ff73f43bfbccc2951ffa3861482e65132e66fa7b0c0a1ca18f4eaaa250bb56addc6c8363a4d0a9283ce8
-EBUILD pysendfile-2.0.1.ebuild 582 BLAKE2B 05743d12d39a96631531aa1194eb6051e43252ac2f278c83899d2ff580afdedaa5ce4840fd60d764c970cde42db9d73e43a32fe79fb610c6540272ee46e3703e SHA512 417ebf85d479bc4c34d794aebfc9fca6081822b78f4e8233135fe1e04b6fd513428d0ec719940ff5c2323c1cbfa8a59d57e4ba31615bac72eafd4bfe62f6ee72
+EBUILD pysendfile-2.0.1-r1.ebuild 594 BLAKE2B 7277293d666be67fd99386306b86c1e8ddbcde3ac946f000ee3707614d034bf96ad39d7e0c1397f545755946036025ae8f371f5d817c0f9c624f28a76f02baf2 SHA512 f7207b22be2c6e1654de6462e147dbb99abf9833b87c429f1730c5b44e7a5ebac24afe428b1b75d118471e5ab4939bcd25e7a5f46e947e0c24f2ae91375c5b00
+EBUILD pysendfile-2.0.1.ebuild 572 BLAKE2B d45a1d803ee34b7f401adb114d57962284110fd1dcde57dbb171e187e310267b50cdf2e2f1c9e322c78a1958105711092988d95366d4d196a3765026b2e05ac4 SHA512 cbe72c31d2b1e8a0ae399e72973206dbe3a992a73b6fe9633998245186c9624e265f04848ea66117d3acaef74b32a628d3af92304bfcc0c6040dfcbbfdefb72d
MISC metadata.xml 461 BLAKE2B 30a174cb9b4196658e94e080e4aad73dbfd3f28bc9c5e0d966672b1d811a6d85cdabf97faa07c89a4a868f2494c46da07f6601c0f08a292f1cd00df3b95e42ae SHA512 1b76475c93a4462264ff4ee5f9b1b3da11fe666f80fbd47322e64f981d3c2ee4d7817fe3d3ef151b991f04fd9353d0b6dda9fe80f732409415fb6d7b0146e17f
diff --git a/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild b/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild
index 06d252c0b74c..503fe6217d33 100644
--- a/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild
+++ b/dev-python/pysendfile/pysendfile-2.0.1-r1.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=7
-PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7,8}} )
+PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
inherit distutils-r1
@@ -11,7 +11,7 @@ DESCRIPTION="A python interface to the sendfile(2) system call"
HOMEPAGE="https://github.com/giampaolo/pysendfile"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="amd64 ~arm arm64 hppa ia64 ppc ppc64 ~s390 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 ~s390 sparc x86"
IUSE=""
LICENSE="MIT"
SLOT="0"
diff --git a/dev-python/pysendfile/pysendfile-2.0.1.ebuild b/dev-python/pysendfile/pysendfile-2.0.1.ebuild
index 1ffa65ad29d9..890cf8b2ac20 100644
--- a/dev-python/pysendfile/pysendfile-2.0.1.ebuild
+++ b/dev-python/pysendfile/pysendfile-2.0.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
+PYTHON_COMPAT=( python{2_7,3_6} )
inherit distutils-r1
@@ -10,7 +10,7 @@ DESCRIPTION="A python interface to the sendfile(2) system call"
HOMEPAGE="https://github.com/giampaolo/pysendfile"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ppc ppc64 ~s390 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 ~s390 sparc x86"
IUSE=""
LICENSE="MIT"
SLOT="0"