dev-python/pycfdns: drop olds, change SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
DIST pycfdns-1.2.2.tar.gz 4503 BLAKE2B 486316c29fc0f4b6ecbabca91d58bf77a1ba1777b7cae4c0c5be7f77969897ae648e0d4995b6577aabb73cd1822d5e0c1e4854b2e00de58420957c64dcad00f8 SHA512 d97da19d289595221ceaba4b01546e6464a7afed66672f2a03047d4442be24d5adb9b60c7d2058be81f6a273ee4fd0d70b053e30bd84885d31e56d7965668ee1
|
||||
DIST pycfdns-2.0.1.tar.gz 4745 BLAKE2B b210f0292c6e485e6cf13313084415792e711e95a70bb0288d60f1ea88aeb73649e7c593b7a10793dd6c3c01067b02ed34c14a076caeca98f67271e35f36d6eb SHA512 72c3de4f1f86b79de4b83fde6019a2e8762c1c23461eedcf9d35b67e2eec9f3101b03fd9dae896b8ca72f9b4e9e8948a5d9f36dcd5d808b49893a0d82942345f
|
||||
EBUILD pycfdns-1.2.2.ebuild 722 BLAKE2B 1fc561523c8cc3620285303d3c9c0d6d5bb4cb4e0a24c0a3aafdc0e5831fb2fd48ac5d8edd5547395f87fde1d7d34ac69f5b3fbafb6fdbb8a4822ae4fffe2291 SHA512 fbc345aa732a39e7c2b95196aa9d5958bb2a9b156a101b64cd84b37e8064e9fc40c80c9078de73f9783afbeb9da8d719c7cdbd853a01b84c80fb1ffa1b7ff465
|
||||
EBUILD pycfdns-2.0.1.ebuild 722 BLAKE2B 1fc561523c8cc3620285303d3c9c0d6d5bb4cb4e0a24c0a3aafdc0e5831fb2fd48ac5d8edd5547395f87fde1d7d34ac69f5b3fbafb6fdbb8a4822ae4fffe2291 SHA512 fbc345aa732a39e7c2b95196aa9d5958bb2a9b156a101b64cd84b37e8064e9fc40c80c9078de73f9783afbeb9da8d719c7cdbd853a01b84c80fb1ffa1b7ff465
|
||||
EBUILD pycfdns-2.0.1.ebuild 532 BLAKE2B 033f711821a8427341549dea7c987d909becc34293f2d574c6da8fc15e8dd6b58f06ef398270ccb8a272241f80cdf46e1afa965796d2829167e462ec4844536d SHA512 ad19055ff7dad013b8dde3fd16a42c53358a1f539cce810cd5201213941e5ddd869925c4707cf825d480ee25e3ecc39b2f5385a8d6e2b3beb2f8009af74f3c8d
|
||||
MISC metadata.xml 506 BLAKE2B 8e6ceab10e7cb875e24c1d31f78880a51058eebf1ec36983d9c8a3178c645f9d1ea758b4b3e43eb0aa5f2b11317ef092494731d39f0eadf095190600a4a73da7 SHA512 7b405d2381c0bad5666bdbfa2996963cc6e63590234dde9924a54b2818b4bef5ad616cfbb005c7546237f553cea28128992f225cc926891a46a440467c30d17d
|
||||
|
||||
@@ -1,34 +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} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Update Cloudflare DNS A-records."
|
||||
HOMEPAGE="https://github.com/ludeeus/pycfdns https://pypi.org/project/pycfdns/"
|
||||
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/aiohttp-3.6.1[${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
|
||||
@@ -1,16 +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} )
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
|
||||
inherit distutils-r1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Update Cloudflare DNS A-records."
|
||||
HOMEPAGE="https://github.com/ludeeus/pycfdns https://pypi.org/project/pycfdns/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
@@ -21,14 +19,4 @@ RESTRICT="!test? ( test )"
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.6.1[${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
|
||||
|
||||
Reference in New Issue
Block a user