dev-python/vcard: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
979c329767
commit
7155c1e329
@ -1,3 +1,3 @@
|
||||
DIST vcard-0.14.1.tar.gz 23373 BLAKE2B e28abf7637f639393db0a0bf818d0e06dd7a502e75f3650e71ef1500c7b50f12fd76317fe7b7220e9e173b3301fa2a663e46ad682c3b6fac4813e584c29bbcbe SHA512 1fd63cf62d9e373d6d90c7dc3eb69796bf1a6d2a8526f0119c11062224b1e5663efb7cf038727817b298cd83993fd4460f912e23fdef7854b1f52045b9c74194
|
||||
EBUILD vcard-0.14.1.ebuild 716 BLAKE2B c2ff2fbd6d2a67802fd0e004d61af747320c06cdbc6ddf0aee89848a78e6b557ed8a91ba2eac0a35f13cda5e048ab8f361ee58867fefc826365de6bd8e1004ac SHA512 7b483f645ed221b0457729b5dabc76a814cd1114c73c931ea12ac690cb1cea69838cdf70aa8492e2b544332b54f9bc2a8a1954182e8e45067ff24d4a8ba5818a
|
||||
EBUILD vcard-0.14.1.ebuild 552 BLAKE2B 9fd2a2090760cb5cbbba37f620020c9578702212c71efd16d0de28841b44b09330494348b48191895d41f8f72c4455604c6a9d32a3a7a77a95692122d1fc49a2 SHA512 e7ff793e70b6b0d7fa3d3845f9cf1b6adf679813b9fb7103a102da7c68f3727b841e26cab13ff43b87d2ca969b0d077ad0c4d407257b36feb9a2d2d304fc5227
|
||||
MISC metadata.xml 451 BLAKE2B 839061573c5720566ecb8b0d735c0e4c3d18d16226ad3edf9fc4aede04759c51fb0aab04c1178464048bc558e288c0b28eb51f693ece08ba17ecd82f909be0dc SHA512 dbaa12e174c4b8e5434288b00e7bfd78ae2ffd27d720e1ad592cfb0bc1566f598e2f7faff02224e286838206f8e6096017d3d38e3e0b9cebf8018774ca9f3e0a
|
||||
|
@ -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_{8..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="vCard validator, class and utility functions"
|
||||
HOMEPAGE=" https://pypi.org/project/vcard/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="AGPL-3+"
|
||||
SLOT="0"
|
||||
@ -19,15 +18,8 @@ RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
@ -1,16 +1,16 @@
|
||||
BDEPEND=dev-python/setuptools[python_targets_python3_10(-)?,python_targets_python3_11(-)?] test? ( dev-python/nose[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pytest[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) test? ( dev-python/python-dateutil[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_10? ( >=dev-lang/python-3.10.11:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.3:3.11 ) >=dev-python/setuptools-65.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
|
||||
BDEPEND=test? ( dev-python/pytest[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( dev-python/python-dateutil[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( >=dev-lang/python-3.10.11:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.3:3.11 ) python_targets_python3_12? ( >=dev-lang/python-3.12.0_beta1:3.12 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/poetry-core-1.5.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=vCard validator, class and utility functions
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/vcard/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test test python_targets_python3_10 python_targets_python3_11
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=amd64 arm arm64 x86
|
||||
LICENSE=AGPL-3+
|
||||
RDEPEND=dev-python/python-dateutil[python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_10? ( >=dev-lang/python-3.10.11:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.3:3.11 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
|
||||
RDEPEND=dev-python/python-dateutil[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( >=dev-lang/python-3.10.11:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.3:3.11 ) python_targets_python3_12? ( >=dev-lang/python-3.12.0_beta1:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
||||
RESTRICT=!test? ( test ) !test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/v/vcard/vcard-0.14.1.tar.gz
|
||||
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs 513c31b3346458ed1f3878b57da6d61c multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 ba15b8b81f30ca448294d759a9f7902c python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 2d32e797ee29a8ffdd452f4a85860666
|
||||
_md5_=3c0ae4ff67d95384d74c07a9f29df8b7
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/v/vcard/vcard-0.14.1.tar.gz
|
||||
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs 513c31b3346458ed1f3878b57da6d61c multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 ba15b8b81f30ca448294d759a9f7902c python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 2d32e797ee29a8ffdd452f4a85860666 pypi 3b6a844fbf71f1581992b44c78b549b7
|
||||
_md5_=5599c3b7fa6a46843609fa64aa4994a6
|
||||
|
Loading…
x
Reference in New Issue
Block a user