mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
Reapply "dev-python/proxy_tools: drop *, add 0.1.0"
This reverts commit 2fe3a48ee5.
Seems I missed it was a dependency of another ebuild...
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
@@ -1 +1 @@
|
|||||||
DIST proxy_tools-0.1.0_p1.gh.tar.gz 9405 BLAKE2B 26a28c3346a687325bb5a0e1fbce034522de67626fb345b8583afbb91fde4b4cc89aaa532bedf113ba17b47a6212fc5899d9069032754faee9f16c0d818d5a58 SHA512 d9cdf2d175e2bce452c8e5132732f90a2cd8f7e86e49cd7041752b710530625c5798d5078ad22ca7ec9980d5d91d3823c0fc64030597763084023df0a79f0a61
|
DIST proxy_tools-0.1.0.tar.gz 2978 BLAKE2B 98322f16dde8efa0fb014de2bcf9b5c8b4856fbb6cef15977e524742c20218db1288d7bdc0b21970dba2d42d5950bd242023fde76baaa09186793e6bf8eb2d3a SHA512 047d32e31f6dd78b7666e847108072f6942c8ba9f08f04d7c98ae13cc5b52e0028f724e738e6eef28ef12945bccab22214660e4606643dcd646dbc770a641882
|
||||||
|
|||||||
16
dev-python/proxy_tools/proxy_tools-0.1.0.ebuild
Normal file
16
dev-python/proxy_tools/proxy_tools-0.1.0.ebuild
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
# Copyright 2020-2026 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
DISTUTILS_USE_PEP517="setuptools"
|
||||||
|
PYTHON_COMPAT=( python3_{11..14} )
|
||||||
|
|
||||||
|
inherit distutils-r1 pypi
|
||||||
|
|
||||||
|
DESCRIPTION="Simple proxy (as in the GoF design pattern)"
|
||||||
|
HOMEPAGE="https://pypi.org/project/proxy_tools/ https://github.com/jtushman/proxy_tools"
|
||||||
|
|
||||||
|
LICENSE="BSD"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
@@ -1,26 +0,0 @@
|
|||||||
# Copyright 2020-2024 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
DISTUTILS_USE_PEP517="setuptools"
|
|
||||||
PYTHON_COMPAT=( python3_{11..12} )
|
|
||||||
|
|
||||||
inherit distutils-r1
|
|
||||||
|
|
||||||
MY_COMMIT="db43f1e35d4f90a65c5a4d56d9e9af88212ec6e6"
|
|
||||||
|
|
||||||
DESCRIPTION="Simple proxy (as in the GoF design pattern)"
|
|
||||||
HOMEPAGE="https://pypi.org/project/proxy_tools/"
|
|
||||||
# pypi tarballs are missing test data
|
|
||||||
SRC_URI="https://github.com/jtushman/${PN}/archive/${MY_COMMIT}.tar.gz -> ${P}.gh.tar.gz"
|
|
||||||
S="${WORKDIR}"/${PN}-${MY_COMMIT}
|
|
||||||
|
|
||||||
LICENSE="BSD"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
|
|
||||||
# dev-python/nose removed from ::gentoo
|
|
||||||
RESTRICT="test"
|
|
||||||
|
|
||||||
# distutils_enable_tests nose
|
|
||||||
Reference in New Issue
Block a user