1
0
Fork 0

dev-python/click-didyoumean: pushed to Gentoo Science

https://gitweb.gentoo.org/proj/sci.git/commit/?id=1efe0959ecec5bf48dc47a6e65bddba9a347ad53
This commit is contained in:
Horea Christian 2022-03-25 11:24:04 -04:00
parent 532abbaf72
commit 7ecffd2541
4 changed files with 0 additions and 64 deletions

View File

@ -1,2 +0,0 @@
DIST click-didyoumean-0.2.0.tar.gz 309305 SHA256 ff0cf06b9a8d87cb576c9d6623c4a0fceae5adc9c6fd88e456d08a14817093f4 SHA512 690438809d103d2f2b54fc1dabb912b359f5355ba242bb37ef420cd8fcc3ed226911d7216acdcb3574bb0e93231c3a3ca7b00e9e99365955387cfeddeed449ae WHIRLPOOL 662b44933d63884910729548ef6410a8f46828330692cb415cf5f4d429105e237ae7b65f7d2673c3f4c1f9b99cdf61de2a240a75b02b1bb04a4385bca6a3e730
DIST click-didyoumean-0.3.0.tar.gz 309301 SHA256 514e3574096407a96440d31bbda0b7f22d10b2e7160f21016c02480789081748 SHA512 4927ee392f27950c3f7ef5e0f1d5a5e2421172f3e9d34ec76986c9c7ea698cfa1981678a06fb8682577d6ed04c242c42bdd1d796d7623a1c99dfdbdb61c80fca WHIRLPOOL 1b15faeaec5395b863770550ef826c69d9895c89834d4b1f5cd8d010eccc638e77140cdeac88736550ea61f75d376a7700634f9b000e5f6335f0179d6fc637c4

View File

@ -1,24 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( pypy3 python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Enable git-like did-you-mean feature in click"
HOMEPAGE="https://github.com/click-contrib/click-didyoumean"
SRC_URI="https://github.com/click-contrib/click-didyoumean/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RESTRICT="test"
# Tests actually pass, but not included in archive:
# https://github.com/click-contrib/click-didyoumean/issues/11
DEPEND="
dev-python/click
"
RDEPEND="${DEPEND}"
distutils_enable_tests pytest

View File

@ -1,22 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
PYTHON_COMPAT=( pypy3 python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Enable git-like did-you-mean feature in click"
HOMEPAGE="https://github.com/click-contrib/click-didyoumean"
SRC_URI="https://github.com/click-contrib/click-didyoumean/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="
dev-python/click
"
RDEPEND="${DEPEND}"
distutils_enable_tests pytest

View File

@ -1,16 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@chymera.eu</email>
<name>Horea Christian</name>
</maintainer>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<upstream>
<remote-id type="github">click-contrib/click-didyoumean</remote-id>
<remote-id type="pypi">click-didyoumean</remote-id>
</upstream>
</pkgmetadata>