From b1c81de4fadbd00897700a7321f03b390d952b2e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 26 Aug 2021 00:09:36 +0100 Subject: gentoo resync : 26.08.2021 --- dev-python/pockets/pockets-0.9.1-r2.ebuild | 33 ++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 dev-python/pockets/pockets-0.9.1-r2.ebuild (limited to 'dev-python/pockets/pockets-0.9.1-r2.ebuild') diff --git a/dev-python/pockets/pockets-0.9.1-r2.ebuild b/dev-python/pockets/pockets-0.9.1-r2.ebuild new file mode 100644 index 000000000000..4e7e77a96337 --- /dev/null +++ b/dev-python/pockets/pockets-0.9.1-r2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) + +inherit distutils-r1 + +# No tags upstream, https://github.com/RobRuana/pockets/issues/5 +COMMIT="777724c8eabaf76f6d0c5e4837c982d110509b2e" + +DESCRIPTION="Collection of helpful Python tools" +HOMEPAGE="https://pockets.readthedocs.io/ https://pypi.org/project/pockets/" +SRC_URI=" + https://github.com/RobRuana/pockets/archive/${COMMIT}.tar.gz + -> ${P}.gh.tar.gz +" +S="${WORKDIR}/${PN}-${COMMIT}" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" + +RDEPEND="dev-python/six[${PYTHON_USEDEP}]" +BDEPEND="test? ( dev-python/pytz[${PYTHON_USEDEP}] )" + +distutils_enable_tests pytest + +src_prepare() { + sed -i -e 's/description-file/description_file/g' "${S}/setup.cfg" ||die + default +} -- cgit v1.2.3