commit: a7f518d1754e7c34cd2e51ecf92353b56711a82c
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May 18 00:00:28 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon May 18 15:41:08 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a7f518d1
dev-python/atomiclong: pypy3 added
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
.../{atomiclong-9999.ebuild => atomiclong-0.1.1-r1.ebuild} | 9 +++------
dev-python/atomiclong/atomiclong-9999.ebuild | 2 +-
2 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/dev-python/atomiclong/atomiclong-9999.ebuild
b/dev-python/atomiclong/atomiclong-0.1.1-r1.ebuild
similarity index 73%
copy from dev-python/atomiclong/atomiclong-9999.ebuild
copy to dev-python/atomiclong/atomiclong-0.1.1-r1.ebuild
index 87c8abf..475c98d 100644
--- a/dev-python/atomiclong/atomiclong-9999.ebuild
+++ b/dev-python/atomiclong/atomiclong-0.1.1-r1.ebuild
@@ -3,20 +3,17 @@
EAPI="7"
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( pypy3 python3_{6,7} )
inherit distutils-r1
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/dreid/${PN}.git"
-inherit git-r3
-
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
DESCRIPTION="An AtomicLong type using CFFI."
HOMEPAGE="https://github.com/dreid/atomiclong"
LICENSE="MIT"
SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64"
RDEPEND="virtual/python-cffi[${PYTHON_USEDEP}]"
diff --git a/dev-python/atomiclong/atomiclong-9999.ebuild
b/dev-python/atomiclong/atomiclong-9999.ebuild
index 87c8abf..c225eda 100644
--- a/dev-python/atomiclong/atomiclong-9999.ebuild
+++ b/dev-python/atomiclong/atomiclong-9999.ebuild
@@ -3,7 +3,7 @@
EAPI="7"
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( pypy3 python3_{6,7} )
inherit distutils-r1