commit f3ddb452485ccacc4ecf955b181d0bc115ea5568
parent 9c188cc7c1e9ff97e455109c083aa5af8db7da78
Author: parazyd <parazyd@dyne.org>
Date: Fri, 13 Nov 2020 13:29:06 +0100
dev-python/bjoern: Change to 9999.
Diffstat:
3 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/dev-python/bjoern/Manifest b/dev-python/bjoern/Manifest
@@ -1 +0,0 @@
-DIST bjoern-3.1.0.tar.gz 42061 BLAKE2B a1ff8411fd2f6bc568bdfa0c5f68a10d52de4a613268d8b840ee9b176ef20618c591f319f99be99b2495effacc1592c25c3dc994eba37348c71a1b13f93d2be1 SHA512 c72d897e120e546a83618245a5382bf55144589d32b1d71a92dfac567abac4a4afd20d15a116ec833bb62e27f1944d05b14b76f6c887b0eb6f09ae121c8c6e43
diff --git a/dev-python/bjoern/bjoern-3.1.0.ebuild b/dev-python/bjoern/bjoern-3.1.0.ebuild
@@ -1,20 +0,0 @@
-# Copyright 2019 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="A screamingly fast Python WSGI server written in C"
-HOMEPAGE="https://github.com/jonashaag/bjoern https://pypi.org/project/bjoern/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-libs/libev
- net-libs/http-parser"
-RDEPEND="${DEPEND}"
diff --git a/dev-python/bjoern/bjoern-9999.ebuild b/dev-python/bjoern/bjoern-9999.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit distutils-r1 git-r3
+
+DESCRIPTION="A screamingly fast Python WSGI server written in C"
+HOMEPAGE="https://github.com/jonashaag/bjoern https://pypi.org/project/bjoern/"
+#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+EGIT_REPO_URI="https://github.com/jonashaag/bjoern"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-libs/libev
+ net-libs/http-parser"
+RDEPEND="${DEPEND}"