diff --git a/dev-python/aiomysql/Manifest b/dev-python/aiomysql/Manifest index 559110322e..2bc4fed4c3 100644 --- a/dev-python/aiomysql/Manifest +++ b/dev-python/aiomysql/Manifest @@ -1 +1 @@ -DIST aiomysql-0.0.20.tar.gz 97327 BLAKE2B fddcbf669a7da14605a038dcb57ad01b32c41a5693ef1cdc6fab7c72d3eadd9e937671e82e5c6015f22ec0f1903dbaf1076adb168c799e93a1d3985e73e714c9 SHA512 d182a638675e147bac5bc82826063e67376b97a4f58963991ad1146f97fc3bda0080a42cb7f2b826fd01b43797fc105c9ead50ab3f130f2ea08127a49c868164 +DIST aiomysql-0.0.21.tar.gz 97049 BLAKE2B 58e7982139721422b39f84da550c41a9f52272981de8d913768ee3c4a5cb88dcde5df690af1e15087fe9043c721205b3ef0e2545c4af9f820dfdb7a675ce94b9 SHA512 e715c02541cadc483851b8a0e2c6f5cc5a0c499b41e785f2ab7519869d184d50c30f37e83f330f8be3494719d1a9eb64f6ce37746e9a75533f63d2f97fd3372d diff --git a/dev-python/aiomysql/aiomysql-0.0.20.ebuild b/dev-python/aiomysql/aiomysql-0.0.21.ebuild similarity index 81% rename from dev-python/aiomysql/aiomysql-0.0.20.ebuild rename to dev-python/aiomysql/aiomysql-0.0.21.ebuild index d3d6729a3c..534252786a 100644 --- a/dev-python/aiomysql/aiomysql-0.0.20.ebuild +++ b/dev-python/aiomysql/aiomysql-0.0.21.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 @@ -23,11 +23,14 @@ RESTRICT="test" RDEPEND=">=dev-python/pymysql-0.9.0[${PYTHON_USEDEP}]" DEPEND="test? ( - dev-python/coverage[${PYTHON_USEDEP}] dev-python/docker-py[${PYTHON_USEDEP}] + dev-python/ipdb[${PYTHON_USEDEP}] dev-python/flake8[${PYTHON_USEDEP}] + for event 'builder-inited' threw an exception (exception: [Errno 2] No such file or directory: '/var/tmp/portage/dev-python/faker-5.0.0/work/docs/providers.rst') -#distutils_enable_sphinx docs --no-autodoc diff --git a/dev-python/faker/faker-5.0.1.ebuild b/dev-python/faker/faker-5.0.2.ebuild similarity index 80% rename from dev-python/faker/faker-5.0.1.ebuild rename to dev-python/faker/faker-5.0.2.ebuild index 41864ab9df..d5a17fb957 100644 --- a/dev-python/faker/faker-5.0.1.ebuild +++ b/dev-python/faker/faker-5.0.2.ebuild @@ -24,11 +24,11 @@ RDEPEND=" >=dev-python/text-unidecode-1.3[${PYTHON_USEDEP}] " BDEPEND="test? ( - dev-python/freezegun[${PYTHON_USEDEP}] - >=dev-python/pytest-6.0.1[${PYTHON_USEDEP}] - >=dev-python/random2-1.0.1[${PYTHON_USEDEP}] - >=dev-python/ukpostcodeparser-1.1.1[${PYTHON_USEDEP}] - >=dev-python/validators-0.13.0[${PYTHON_USEDEP}] + dev-python/freezegun[${PYTHON_USEDEP}] + >=dev-python/pytest-6.0.1[${PYTHON_USEDEP}] + >=dev-python/random2-1.0.1[${PYTHON_USEDEP}] + >=dev-python/ukpostcodeparser-1.1.1[${PYTHON_USEDEP}] + >=dev-python/validators-0.13.0[${PYTHON_USEDEP}] ) " diff --git a/dev-python/gssapi/Manifest b/dev-python/gssapi/Manifest index 230c3baf76..5fd8afe9f0 100644 --- a/dev-python/gssapi/Manifest +++ b/dev-python/gssapi/Manifest @@ -1 +1 @@ -DIST gssapi-1.6.11.tar.gz 1064371 BLAKE2B f3445ffa6a64bb6807e40024e7fb14f7b82359e4a4f07ceba34044a068c5b841968b46c4c02d5f9e19a48d89f4b975e2acc7e356629553651f21e79d01a96bc3 SHA512 7c80c49d360b8b89ee8e1a63b5ad13a22eac1a93a0066a3acf4c862b3064dac8d5a4cebe5e2e18ebe8d65af1a5ca2a862c982825e886b676bf2d92bc8b105397 +DIST python-gssapi-1.6.12.tar.gz 11520426 BLAKE2B 1e5be34c15e806ad1bb8d1093850489ce0962d828a50690d3020ea7b7a614eca5cdfe220ab6c9b23964d10075e607143b0804db842249ee003f961db608da9e2 SHA512 3626521250f320f01bb8fe79a60c79e51f8e306fd16d90a281abac1b88cfce65fec5dd67c4e8396a5832204ba7478a2c4bc6c5c2216038b99d2cc27cfd2e26b0 diff --git a/dev-python/gssapi/gssapi-1.6.11.ebuild b/dev-python/gssapi/gssapi-1.6.12.ebuild similarity index 68% rename from dev-python/gssapi/gssapi-1.6.11.ebuild rename to dev-python/gssapi/gssapi-1.6.12.ebuild index dd34720171..1627510b2a 100644 --- a/dev-python/gssapi/gssapi-1.6.11.ebuild +++ b/dev-python/gssapi/gssapi-1.6.12.ebuild @@ -3,8 +3,9 @@ EAPI="7" -PYTHON_COMPAT=( python3_{6..8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) DOCS_BUILDER="sphinx" +DOCS_DIR="docs/source" DOCS_DEPEND=" >=dev-python/recommonmark-0.4.0 >dev-python/sphinx_rtd_theme-0.2.5 @@ -16,7 +17,7 @@ HOMEPAGE=" https://github.com/pythongssapi/python-gssapi https://pypi.org/project/gssapi " -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" +SRC_URI="https://github.com/pythongssapi/python-${PN}/releases/download/v${PV}/python-${P}.tar.gz" LICENSE="ISC" SLOT="0" @@ -24,20 +25,16 @@ KEYWORDS="~amd64 ~x86" #help wanted RESTRICT="test" -RDEPEND="" -DEPEND=" - ${RDEPEND} +S="${WORKDIR}/python-${P}" + +RDEPEND="dev-python/decorator[${PYTHON_USEDEP}]" + +BDEPEND="${RDEPEND} dev-python/cython[${PYTHON_USEDEP}] test? ( - dev-python/decorator[${PYTHON_USEDEP}] dev-python/k5test[${PYTHON_USEDEP}] dev-python/parameterized[${PYTHON_USEDEP}] ) " -distutils_enable_tests nose - -python_test() { - distutils_install_for_testing - nosetests -v || die -} +distutils_enable_tests --install nose diff --git a/dev-python/hijri-converter/Manifest b/dev-python/hijri-converter/Manifest new file mode 100644 index 0000000000..e48bebfc9d --- /dev/null +++ b/dev-python/hijri-converter/Manifest @@ -0,0 +1 @@ +DIST hijri-converter-2.1.1.tar.gz 36506 BLAKE2B a019d9c67e411ed8f1a8dfbb48ae56bd28f3240cfa2a959a47b79a4436dce241b5cf40b78731cecf21ce2fb555cc081ae77596bdab20aded1439dc016a43ed00 SHA512 ab20fbe8146dea503c3726ea7566f364e2442003c6a5c934d5efe0915d2dadae5fb78a8e741ac5eb06de81106e7d112e97e6da86f97754d648c2bcdb73d5a0b0 diff --git a/dev-python/hijri-converter/hijri-converter-2.1.1.ebuild b/dev-python/hijri-converter/hijri-converter-2.1.1.ebuild new file mode 100644 index 0000000000..2db8463838 --- /dev/null +++ b/dev-python/hijri-converter/hijri-converter-2.1.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8,9} ) + +inherit distutils-r1 + +DESCRIPTION="Accurate Hijri-Gregorian date converter based on the Umm al-Qura calendar" +HOMEPAGE="https://github.com/dralshehri/hijri-converter" +SRC_URI="https://github.com/dralshehri/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +distutils_enable_tests pytest +distutils_enable_sphinx docs diff --git a/dev-python/hijri-converter/metadata.xml b/dev-python/hijri-converter/metadata.xml new file mode 100644 index 0000000000..740ae6ba6f --- /dev/null +++ b/dev-python/hijri-converter/metadata.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/dev-python/pep517/Manifest b/dev-python/pep517/Manifest index 71f214bafd..18a1a13e03 100644 --- a/dev-python/pep517/Manifest +++ b/dev-python/pep517/Manifest @@ -1 +1 @@ -DIST pep517-0.8.2.tar.gz 20440 BLAKE2B abddf5acec80ca49b45146c0017d5d0d062283fca1d19c76413f195b22cb804ce32952f2c17a9d2f98d8cf93e93b0b347cddd5086341a20022d7fb78218db354 SHA512 668569a26a4c21a1b8d6828a26bdcdab62b8c4d5fcaba8d9f9a4740e0fce7f071295e28d91349500b4c7be05ab2c2670986de18f01e2afafc1878101e5ef9af2 +DIST pep517-0.9.1.tar.gz 23213 BLAKE2B 2108178a35baff87657a5e0cc7684adad28e53d57fb4066826a9f5d5b0d8910096d208a3ca159005fa7ca0dad5b172ec0080131d177d03db1b1bc37692379d5b SHA512 7c7d181d52a6d042ad432c4366021f9b2364c77193d99066668acd4c6967dab299644febf0dc4a6efb9a777a0aaae7df2687191cba3f3b93e6bf06ee0769a7df diff --git a/dev-python/pep517/pep517-0.8.2-r1.ebuild b/dev-python/pep517/pep517-0.9.1.ebuild similarity index 86% rename from dev-python/pep517/pep517-0.8.2-r1.ebuild rename to dev-python/pep517/pep517-0.9.1.ebuild index f72553967e..bc53b8eeaf 100644 --- a/dev-python/pep517/pep517-0.8.2-r1.ebuild +++ b/dev-python/pep517/pep517-0.9.1.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8,9} ) DISTUTILS_USE_SETUPTOOLS=pyproject.toml inherit distutils-r1 @@ -18,12 +18,8 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" - >=dev-python/flit_core-2[${PYTHON_USEDEP}] -