summaryrefslogtreecommitdiff
path: root/dev-python/gsd
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-18 10:15:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-18 10:15:03 +0000
commitb284a3168fa91a038925d2ecf5e4791011ea5e7d (patch)
tree16fe44748708acacd909d4e2e160a09a7f6d936a /dev-python/gsd
parent77398e424e45d9e98c1cef3c43bdadb9d56e81ef (diff)
gentoo resync : 18.11.2019
Diffstat (limited to 'dev-python/gsd')
-rw-r--r--dev-python/gsd/Manifest2
-rw-r--r--dev-python/gsd/gsd-1.5.3-r1.ebuild (renamed from dev-python/gsd/gsd-1.5.3.ebuild)8
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/gsd/Manifest b/dev-python/gsd/Manifest
index ebb8155b245c..949ebec98e5b 100644
--- a/dev-python/gsd/Manifest
+++ b/dev-python/gsd/Manifest
@@ -1,3 +1,3 @@
DIST gsd-v1.5.3.tar.gz 240114 BLAKE2B 076d888f03350fba2388c907787354e878a1536c7d85c759eb3513102ee2abffe2c9313a6e9e208726d66d6324dac02ae70d8872342f9bcb162ad13d9a23dbc3 SHA512 893db74dc481da47d6c51ea0d0d9faefbe164edfaeb5a2ed73e25acbd9dc42c3cf28cbc0d9257c6bf0cc0e9911ab85cfa72997886350c0e7c125d30636ec432a
-EBUILD gsd-1.5.3.ebuild 522 BLAKE2B 79d114bd0b713b8b6cac84cf98eca97f053ca01764d4ac8cf03f50adb46b1dac1ea46e77cd879828e7b7e22621cd357a1b126f01a5c2a1d905e7c7e4cd28928f SHA512 e1e6e758f7db9802e9bb0f02965edf146a0fc305b402e4a9858f3ef2f5a57832f52aa1c5247215f3488aa4cffa0d9dd5813e1e5fc60863e92d85a1f1d62b4663
+EBUILD gsd-1.5.3-r1.ebuild 548 BLAKE2B 91ccaf113d6267a7120645aa0160051abf8002d358e79becce1ccb992543e17d6b055f46645688b48e3a798d63984eb1b149eda632dfbf723084c35aeea3e9d9 SHA512 6541bd51207bcd3533180998931f910d9ad23a52f74aae27e86b48dd789fa66bb96bb3257deb49fca5468b0c9a1294ab382a07f7b74ee2b6e95bca45a1c2560a
MISC metadata.xml 349 BLAKE2B 92fd987b0f0f73a6f07f9a3002cdca45698f61d9129cebdf2f1756bbe4ac926494bfcae209d18f6283665a95090be82ac6b34c0189da6372368833b62b67b626 SHA512 851f80555da7cbd3b2c2e696eecfe8f2cf19b61359c71d67c917c44a18f55c13aa5047afcf95afe0468ddb84b741cb183244889cd44e80810a0a82756fc033a4
diff --git a/dev-python/gsd/gsd-1.5.3.ebuild b/dev-python/gsd/gsd-1.5.3-r1.ebuild
index 3296d63c7ea5..caac808feb22 100644
--- a/dev-python/gsd/gsd-1.5.3.ebuild
+++ b/dev-python/gsd/gsd-1.5.3-r1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
inherit distutils-r1
DESCRIPTION="GSD - file format specification and a library to read and write it"
@@ -15,7 +15,9 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="
+RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]"
+BDEPEND="
+ ${RDEPEND}"
S="${WORKDIR}/${PN}-v${PV}"