diff --git a/dev-python/peewee-async/Manifest b/dev-python/peewee-async/Manifest new file mode 100644 index 000000000..1c99435b8 --- /dev/null +++ b/dev-python/peewee-async/Manifest @@ -0,0 +1,2 @@ +DIST peewee-async-0.8.0.tar.gz 14521 BLAKE2B 82952fe8dc0e8cbfcc6ebf16d0c750f22e069c8be9ec658f139487f2d30eb869840ceacd1460e07809ace9aceca6fc7d26b6b14d8aad931e6f9ea1aa25225b15 SHA512 94f5a6125626e76a1b0f5aa09dd565cf1e0c9440c0f966d66b8a4533e8c21e2fc440ecab97c89473a5d81da7dfc5de56cb149e9e55c05e3c42c79dbd802a3301 +DIST peewee-async-0.8.1.tar.gz 14510 BLAKE2B f758c1645513c3bdc989fa99d8d5768240bf6f64933803b55e8f401d6ff2c7b52642883bc089faa010e1e2fbbbb5747c7a3dd1b263e92a12c6a2f92c8e8206f5 SHA512 426529812f2e6b990ce16699e4c43eeefa109cc1fd6aff1e4ad1d7e647c999dd6a4abc3fd1bb2d6ba7dfdae8a6e89e668b310ee171dfa1c9d2a84b406f4d2dc4 diff --git a/dev-python/peewee_async/peewee_async-0.8.0.ebuild b/dev-python/peewee-async/peewee-async-0.8.0.ebuild similarity index 52% rename from dev-python/peewee_async/peewee_async-0.8.0.ebuild rename to dev-python/peewee-async/peewee-async-0.8.0.ebuild index 2c469edf1..27424fd36 100644 --- a/dev-python/peewee_async/peewee_async-0.8.0.ebuild +++ b/dev-python/peewee-async/peewee-async-0.8.0.ebuild @@ -1,28 +1,25 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -# https://projects.gentoo.org/python/guide/distutils.html#pep-517-build-systems -#DISTUTILS_USE_PEP517=poetry +PYPI_NO_NORMALIZE=1 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{10..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Asynchronous interface for peewee ORM powered by asyncio." HOMEPAGE="https://github.com/05bit/peewee-async" -#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" -SRC_URI="https://github.com/05bit/peewee-async/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" +#SRC_URI="https://github.com/05bit/peewee-async/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm64 x86" +KEYWORDS="amd64 x86" IUSE="test" RDEPEND=">=dev-python/peewee-3.5.0[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -S="${WORKDIR}/peewee-async-${PV}" - distutils_enable_tests pytest diff --git a/dev-python/peewee-async/peewee-async-0.8.1.ebuild b/dev-python/peewee-async/peewee-async-0.8.1.ebuild new file mode 100644 index 000000000..13793af63 --- /dev/null +++ b/dev-python/peewee-async/peewee-async-0.8.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYPI_NO_NORMALIZE=1 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..11} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Asynchronous interface for peewee ORM powered by asyncio." +HOMEPAGE="https://github.com/05bit/peewee-async" +#SRC_URI="https://github.com/05bit/peewee-async/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="postgres" + +RDEPEND=">=dev-python/peewee-3.15.5[${PYTHON_USEDEP}] + postgres? ( dev-python/aiopg[${PYTHON_USEDEP}] ) +" +#FIXME: +# mysql dev-python/aiomysql + +DEPEND="${RDEPEND}" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/dev-python/peewee_async/Manifest b/dev-python/peewee_async/Manifest deleted file mode 100644 index 30acf75b9..000000000 --- a/dev-python/peewee_async/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST peewee_async-0.8.0.gh.tar.gz 32335 BLAKE2B 885b72f29208228e268256eb69ee25fcceab669dae790c2169fd8e50dc6ff68d8ec3a2225e36f1c7ad527d104714066ad85d7b61d90d7528f2b4d2c7f6519767 SHA512 1ba2cf5070a03dd8da73da2e556c8af95d05ef3d81eb2e0203fd904fc6950f8cc1fbac848a29192522f0000ad3207f03514bb6d2585c117d14f6de189d3bd755 diff --git a/profiles/updates/2Q-2023 b/profiles/updates/2Q-2023 new file mode 100644 index 000000000..556d0331d --- /dev/null +++ b/profiles/updates/2Q-2023 @@ -0,0 +1 @@ +move dev-python/peewee_async dev-python/peewee-async