commit:     4fc1bcbbb33685817e0b20257854c3569e75090c
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Jun 15 16:56:08 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Jun 15 23:28:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4fc1bcbb

dev-python/pytest-celery: add 0.0.0, drop 0.0.0_alpha1

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/pytest-celery/Manifest                             |  2 +-
 ...-celery-0.0.0_alpha1.ebuild => pytest-celery-0.0.0.ebuild} | 11 ++++-------
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/dev-python/pytest-celery/Manifest 
b/dev-python/pytest-celery/Manifest
index a9af4a3bd..49ac67b70 100644
--- a/dev-python/pytest-celery/Manifest
+++ b/dev-python/pytest-celery/Manifest
@@ -1 +1 @@
-DIST pytest-celery-0.0.0a1.tar.gz 3005 BLAKE2B 
31c2c825f8821eb56eff92d709cde20d306f673b0760326953de141321af7a040dce849728f8556059e438622d2b0969cbcf14f33e4d28bfa213a9babc92d997
 SHA512 
ea8ef26aaa5dd5c04608cb01bedb4946bb6712d08203e5f9b1b9b2b1a9e49e7a550466d7a9dd896fb5d813960cee35eed139099952589cdf21e03dadd7e2a20f
+DIST pytest-celery-0.0.0.tar.gz 3056 BLAKE2B 
7268ff9bbb506304bd5aec7f29163f0ba9a775d47a0bf9671e4f7c271a7dc4386f2c515d0a202cd6f94543641f4289b6606eb82082569a84f4af19f4c6d55be2
 SHA512 
5fc9c52da674ec2fcf55d6ebf278aec166877c5bd7962c786e5432e77d15132247021e4552001aad19bd7827e5b16256062eade43a8fc59c5b52e264d06b1cae

diff --git a/dev-python/pytest-celery/pytest-celery-0.0.0_alpha1.ebuild 
b/dev-python/pytest-celery/pytest-celery-0.0.0.ebuild
similarity index 87%
rename from dev-python/pytest-celery/pytest-celery-0.0.0_alpha1.ebuild
rename to dev-python/pytest-celery/pytest-celery-0.0.0.ebuild
index 9bb2a3b80..1cc3e91be 100644
--- a/dev-python/pytest-celery/pytest-celery-0.0.0_alpha1.ebuild
+++ b/dev-python/pytest-celery/pytest-celery-0.0.0.ebuild
@@ -1,13 +1,12 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
 
+DISTUTILS_USE_SETUPTOOLS=no
 MYPV="${PV/_alpha/a}"
 MYP="${PN}-${MYPV}"
-
-PYTHON_COMPAT=( python3_{7,8} )
-DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_8 )
 
 inherit distutils-r1
 
@@ -17,11 +16,9 @@ HOMEPAGE="
        https://pypi.org/project/pytest-celery
 "
 SRC_URI="mirror://pypi/${MYP:0:1}/${PN}/${MYP}.tar.gz"
-
+S="${WORKDIR}/${MYP}"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND=">=dev-python/celery-4.4.0[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${MYP}"

Reply via email to