summaryrefslogtreecommitdiff
path: root/dev-python/plyr
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /dev-python/plyr
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'dev-python/plyr')
-rw-r--r--dev-python/plyr/Manifest3
-rw-r--r--dev-python/plyr/plyr-1.0.6-r1.ebuild2
-rw-r--r--dev-python/plyr/plyr-1.0.6.ebuild39
3 files changed, 2 insertions, 42 deletions
diff --git a/dev-python/plyr/Manifest b/dev-python/plyr/Manifest
index 0ff9a20ed2bb..1bcb337b2344 100644
--- a/dev-python/plyr/Manifest
+++ b/dev-python/plyr/Manifest
@@ -1,4 +1,3 @@
DIST python-glyr-1.0.6.tar.gz 42952 BLAKE2B fd95ef9fd01788c6f6526eabb77cc2c93bd28324066cfb1a4be70a5990bb1599e57e40d607f926a7216c582389e9763bdc92fbd411cdeef52aa86e1ba6138c83 SHA512 c4b04b1379116048f78c3ce5f9d30c92fd0d7198bfda456891d3012d115b86a5970595d9b4bc1d43028e87c9d467c35a7d02c7f3a9f4670dae8a17c22d1ab58a
-EBUILD plyr-1.0.6-r1.ebuild 773 BLAKE2B 1fba527e9704a5c3573fd574fe8e0abed3291aa6baf0950e07b98a5fc88a33316a9a8afd248eecdc95de5521ef7e7614ac65cd1119ea0de6be0b55a772d5191c SHA512 ad4b1a180a465920f8bfca397d4e1d3128c2a602b198a4cc1b3419f0337f6fa21014898283ef6b9cf672cd9124bc2b3a74b572ed28c2684f4529fc6410cc0a35
-EBUILD plyr-1.0.6.ebuild 930 BLAKE2B e345c7cf85d685fe450690a21927d4f7d4793faa0dc3d26c24f51102b42d535f022c5d575ae7aa7fcb4dea989b79bc543331a9a91cae45a225223360dbfe1c30 SHA512 747ddeeae12ac89684ffebed1d2f82273f9db4c00c5e86fec48beb7f3db02fd8483a4bd8cfea26826ae651e97cce25a5e9ec81c8bfed73e77216dff46b435509
+EBUILD plyr-1.0.6-r1.ebuild 771 BLAKE2B 38956616582268d78bd6d1847b8f9f188c146f095725c7472adb0842dafbf51684f03d1edfc5c08444ac056ef01f2419b8657349a879c558e8c8de83678e3f1b SHA512 6a81fa31073dbec7376e7bb2fa922b7d37478bbf425e3a802d8e75746906972c8b0451c663bb510874d2cfb3f22b38a25d1348dcbc40c613ec629a4ffbff841b
MISC metadata.xml 365 BLAKE2B 8a30581cdb4603530b64093b9ba4b374d00de92743eb4548363872381142c23242f09ba32e6bbaead07a06f13d47b1fa5f89e3c5b426f057994c85709f5b49bd SHA512 6e3bb4d6ddf61f54cdd1e490c93c7f0339c58f521719c0c2aac98679c44a1d3e5ca0d064f131a67520ff47fae080e6df3029e2dccb9d158a3128df1341f574ed
diff --git a/dev-python/plyr/plyr-1.0.6-r1.ebuild b/dev-python/plyr/plyr-1.0.6-r1.ebuild
index b522d9c8815c..df2a068cf3da 100644
--- a/dev-python/plyr/plyr-1.0.6-r1.ebuild
+++ b/dev-python/plyr/plyr-1.0.6-r1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/sahib/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.g
S="${WORKDIR}/${MY_P}"
LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
SLOT="0"
RDEPEND="media-libs/glyr:="
diff --git a/dev-python/plyr/plyr-1.0.6.ebuild b/dev-python/plyr/plyr-1.0.6.ebuild
deleted file mode 100644
index 6d453c66f45e..000000000000
--- a/dev-python/plyr/plyr-1.0.6.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7..10} )
-
-inherit distutils-r1 flag-o-matic
-
-MY_PN="python-glyr"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A python wrapper for Glyr"
-HOMEPAGE="https://sahib.github.io/python-glyr/intro.html
- https://github.com/sahib/python-glyr"
-SRC_URI="https://github.com/sahib/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-3+"
-KEYWORDS="amd64 x86"
-SLOT="0"
-
-RDEPEND="media-libs/glyr:="
-DEPEND="${RDEPEND}"
-BDEPEND="
- dev-python/cython[${PYTHON_USEDEP}]"
-
-distutils_enable_sphinx docs
-
-python_prepare_all() {
- # Disable test requiring internet connection
- sed -e 's:test_download:_&:' -i tests/test_misc.py || die
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- "${PYTHON}" -m unittest discover tests || die "Tests fail with ${EPYTHON}"
-}