dev-python/pychannels: drop olds, change SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 20:09:58 +02:00 committed by Andreas Billmeier
parent 5a7df0a025
commit 73d90e3886
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 5 additions and 50 deletions

View File

@ -1,5 +1,3 @@
DIST pychannels-1.0.0.tar.gz 1683 BLAKE2B 2a8536dc8c7d4c51001ebcd2425855798d73e83969bfadf90f7c066a3df443060d30baf635e75c3ac8d2ff53ce86f6595c8ce60a97cfcc3ec09520ddcb8678d1 SHA512 e966aaefd293d3c08a53ec1e69f08ea59e36abe4a2b59737ff15cd86a9d2f792183509a410fbac559ce6690569fbb1db1d1ac634214cc6f81fc4e95bae2856e7
DIST pychannels-1.2.3.tar.gz 5359 BLAKE2B 5acfd5f59dbace05d1999a5380b568fe56e70a21deb1bf51cc6e3f613f117f37c930f0e01249ebe210dec73808af729959968de3744d7fbd14a647437c3185cc SHA512 cf4bee93e12a001071e7f7d9a195ed57a9d178a8aa4f1917b49160ddf7b5466d16fe752810d2c03749426ac989c2de7de58957fe353676e8c7bfa5b811cd3f44
EBUILD pychannels-1.0.0.ebuild 723 BLAKE2B 186ea1fd6d767df8fa0bbc3878d27f6f803f1efc63ffdc00c8797a236a8f382169bcfc60b88abd44759b0203ae24eae872054e84cde8c7cb8e18e757ee503272 SHA512 d203ddc57aacaf5b13ac7d7c0b8d60c3b7bbcb4b22ea2019ec3c000cd5c8f6edb536d9f44130010cbb0b063fdab15e55df7ac99f66064de6465dd8809ef1f2e5
EBUILD pychannels-1.2.3.ebuild 723 BLAKE2B 186ea1fd6d767df8fa0bbc3878d27f6f803f1efc63ffdc00c8797a236a8f382169bcfc60b88abd44759b0203ae24eae872054e84cde8c7cb8e18e757ee503272 SHA512 d203ddc57aacaf5b13ac7d7c0b8d60c3b7bbcb4b22ea2019ec3c000cd5c8f6edb536d9f44130010cbb0b063fdab15e55df7ac99f66064de6465dd8809ef1f2e5
EBUILD pychannels-1.2.3.ebuild 566 BLAKE2B 87d785d1de490dd1ca1e2ba48578ac98056ebb1705615d60e3a3487689b0301dc94fc3d8af442459f4b7ed17072dc463da2556823125fd437c8f8b5e16fc0a59 SHA512 bb3db49b73ad4db1140be4228c15f1f3448804e666f12c786536cb014e6973da463bca2b5ecbee0aea3c500174e59f968181636a01d7285cca68d9fe34ad2f32
MISC metadata.xml 519 BLAKE2B 5b8068056919d6fc5faa5244b0aecf3e71152937664fe159d49ba356055ea1b035490b890570036ddd21ba4fba918935182949181185c208d56ded5bb42d5d4d SHA512 e7ef61c4fbdb93260f75a2aa58725470e15b9d057b17936d9cab93ad7c5a2e52c6fbbc9da3415ed9ba147ee86938130dcbb73d17737f21a9388ef7ded7104e2c

View File

@ -1,33 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="API client for the Channels app - https://getchannels.com"
HOMEPAGE="https://github.com/fancybits/pychannels https://pypi.org/project/pychannels/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
#DOCS="README.md"
RDEPEND=">=dev-python/requests-2.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,15 +1,14 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="API client for the Channels app - https://getchannels.com"
HOMEPAGE="https://github.com/fancybits/pychannels https://pypi.org/project/pychannels/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -20,14 +19,5 @@ RESTRICT="!test? ( test )"
#DOCS="README.md"
RDEPEND=">=dev-python/requests-2.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest