dev-python/validators: version bump 0.18.0

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-08-28 16:30:48 +02:00
parent 687364a80e
commit a9d7404cf2
4 changed files with 10 additions and 83 deletions

View File

@@ -1,3 +1 @@
DIST validators-0.14.0.tar.gz 25442 BLAKE2B e4c159afd24b33bd91ea59ca00254712cf69f9a4d180dd794f9b142a372bfd1695cebe7b49585a6b7eb8ea8290499e0138151a3e7a5693db187d8ad2bb520c9e SHA512 ec9153cb817f25e40221502484cdbdb9cf1566fe8445f7b822d4a80325154aca5a665be452f6251351682d36167c5a6bb02c3259d6067f4f51fa1d01aaa44a4e
DIST validators-0.14.3.tar.gz 25893 BLAKE2B 2114d74912457032506eb850e5da856044439f5e02ac707cddcca23b6a59b7725d4253cbb7ce815f6944076a54f686edcbf52d387d2f27b53ca6bccbbdaa4140 SHA512 ea2fc81a63f24d64d2933220ed7674ae9733673c208906d3090bc10bf2119965834759015deedfea218306b1b29e8ff6937698e3b5de73494236516656a16096
DIST validators-0.15.0.tar.gz 27333 BLAKE2B d8c683bf8a79e1e0c5a9d59b0a23f9f1aaae3a90f358f9810a8aae2a98a144e8c1f6a2c16df5c1fe0d354c779869ae118269b11df6bfcaac5e19c5689d4e9e1b SHA512 333b88621133416acf7e9c9746a92f1ae795b579ccc57fd514414ba87eb51ce8eaf496955b91c7d0c2046a52a05afb05c5452f7c1e5f035ea747c28b7d1aea73
DIST validators-0.18.0.tar.gz 29394 BLAKE2B 28c6b38207cc8accf70f921b866d04db7e5b81c3cb11f62b649698f759e910c604c76d7633805676e01986677011b7505981b80e6b6a0266cd6554fc30866216 SHA512 f735798a81b817bc1277acdc694d8259dc518fec3dea5f8edbe35bc7f0e919f595ab3757bc07eddf01523217ad2e5039b7fe5833b2306dbba90261e46d8cc3e0

View File

@@ -1,33 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Python Data Validation for Humans"
HOMEPAGE="https://github.com/kvesteri/validators"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
LICENSE="MIT"
SLOT="0"
RDEPEND="
>=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
>=dev-python/six-1.4.0[${PYTHON_USEDEP}]
"
DEPEND="
${RDEPEND}
"
#not really required
# test? (
# >=dev-python/isort-4.2.2[${PYTHON_USEDEP}]
# )
distutils_enable_tests pytest
#issues with sphinx.ext.pngmath https://github.com/kvesteri/validators/issues/156
distutils_enable_sphinx docs "<dev-python/sphinx-1.8"

View File

@@ -1,36 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
inherit distutils-r1
DESCRIPTION="Python Data Validation for Humans"
HOMEPAGE="
https://github.com/kvesteri/validators
https://pypi.org/project/validators
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
LICENSE="MIT"
SLOT="0"
RDEPEND="
>=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
>=dev-python/six-1.4.0[${PYTHON_USEDEP}]
"
DEPEND="
${RDEPEND}
"
#not really required
# test? (
# >=dev-python/isort-4.2.2[${PYTHON_USEDEP}]
# )
distutils_enable_tests pytest
#issues with sphinx.ext.pngmath https://github.com/kvesteri/validators/issues/156
distutils_enable_sphinx docs "<dev-python/sphinx-1.8"

View File

@@ -3,7 +3,7 @@
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
inherit distutils-r1
@@ -22,15 +22,13 @@ RDEPEND="
>=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
>=dev-python/six-1.4.0[${PYTHON_USEDEP}]
"
DEPEND="
${RDEPEND}
"
#not really required
# test? (
# >=dev-python/isort-4.2.2[${PYTHON_USEDEP}]
# )
python_prepare_all() {
# sphinx.ext.pngmath has been replace in sphinx>2
sed -i -e 's/sphinx.ext.pngmath/sphinx.ext.imgmath/g' docs/conf.py || die
distutils-r1_python_prepare_all
}
distutils_enable_tests pytest
#issues with sphinx.ext.pngmath https://github.com/kvesteri/validators/issues/156
distutils_enable_sphinx docs "<dev-python/sphinx-1.8"
distutils_enable_sphinx docs