diff options
| author | Joonas Niilola <juippis@gentoo.org> | 2021-03-20 09:48:32 +0200 |
|---|---|---|
| committer | Joonas Niilola <juippis@gentoo.org> | 2021-03-20 10:25:08 +0200 |
| commit | fc9ea46f4877dc76cb4ccb407ea7bd481c641e5a (patch) | |
| tree | 2636ac94aca23406f564baacd6231508c7d12682 /dev-python | |
| parent | 741c2d8ba8e41926e258ed8286d5a602a849ef6c (diff) | |
| download | gentoo-fc9ea46f4877dc76cb4ccb407ea7bd481c641e5a.tar.gz gentoo-fc9ea46f4877dc76cb4ccb407ea7bd481c641e5a.tar.bz2 gentoo-fc9ea46f4877dc76cb4ccb407ea7bd481c641e5a.zip | |
dev-python/bracex: drop 2.0.1, 2.1.0
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/bracex/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/bracex/bracex-2.0.1.ebuild | 45 | ||||
| -rw-r--r-- | dev-python/bracex/bracex-2.1.0.ebuild | 45 |
3 files changed, 0 insertions, 92 deletions
diff --git a/dev-python/bracex/Manifest b/dev-python/bracex/Manifest index 6a3a6bbc81c6..a683ec5bcf1b 100644 --- a/dev-python/bracex/Manifest +++ b/dev-python/bracex/Manifest @@ -1,3 +1 @@ -DIST bracex-2.0.1.tar.gz 24356 BLAKE2B dc4df37c569e26a4319d4240694a397926075ba8cc3d6f44cb35ae42dd20c36f690f904d6a6895aa4e02d7108b3bc173d4a6f672ac9bf5ee426f280dab5fc0e1 SHA512 28758ce4796ad64cceeab0e93edf4c9bb71c6a968db3b917db3e22619278a4639e587da7070c15c5a3c8c1121871541e7764904769859c3c590ac8611f224a13 -DIST bracex-2.1.0.tar.gz 25148 BLAKE2B bf0c2b60713bc17dd40b9617bc8066e44b5654bd1a12948109a496588050efdf6a31d5e1d31a587cd08da9033520c2f4e0db89a806acd628f7455b6a34a03c2d SHA512 ec1deeb466cf456ca3ab93ecd429b23f59fbac74215cd0de6c447f67be2bc40552dc7ba71331771d765804a190cdbf17eb7c255e976c1fef2f7e47d3351dfdce DIST bracex-2.1.1.tar.gz 26078 BLAKE2B 7313aac70d2bdb8473396a651a5d62a399084a0277e8c4665ef79fbe00347b86fc9793066584275f2a77c6c4cc217e6235f2f06ef4977f733039984c562ec529 SHA512 922f627a001c239cf5ace47fb2f295e04200116add01ff969f8de49067098dea43286c3c739d51286b283d354cb6e411b7e2e6cb1c4863ba78edccc7bd461c86 diff --git a/dev-python/bracex/bracex-2.0.1.ebuild b/dev-python/bracex/bracex-2.0.1.ebuild deleted file mode 100644 index 3219582fd350..000000000000 --- a/dev-python/bracex/bracex-2.0.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) - -DOCS_BUILDER="mkdocs" -DOCS_DEPEND=" - dev-python/mkdocs-git-revision-date-localized-plugin - dev-python/mkdocs-material - dev-python/mkdocs-minify-plugin - dev-python/mkdocs_pymdownx_material_extras - dev-python/pyspelling -" - -inherit distutils-r1 docs - -DESCRIPTION="Bash style brace expansion for Python" -HOMEPAGE=" - https://github.com/facelessuser/bracex - https://pypi.org/project/bracex -" -SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -BDEPEND="test? ( dev-vcs/git )" - -distutils_enable_tests pytest - -python_prepare_all() { - # mkdocs-git-revision-date-localized-plugin needs git repo - if use doc; then - git init || die - git config --global user.email "you@example.com" || die - git config --global user.name "Your Name" || die - git add . || die - git commit -m 'init' || die - fi - - distutils-r1_python_prepare_all -} diff --git a/dev-python/bracex/bracex-2.1.0.ebuild b/dev-python/bracex/bracex-2.1.0.ebuild deleted file mode 100644 index 0af93ef28dda..000000000000 --- a/dev-python/bracex/bracex-2.1.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) - -DOCS_BUILDER="mkdocs" -DOCS_DEPEND=" - dev-python/mkdocs-git-revision-date-localized-plugin - dev-python/mkdocs-material - dev-python/mkdocs-minify-plugin - dev-python/mkdocs_pymdownx_material_extras - dev-python/pyspelling -" - -inherit distutils-r1 docs - -DESCRIPTION="Bash style brace expansion for Python" -HOMEPAGE=" - https://github.com/facelessuser/bracex - https://pypi.org/project/bracex -" -SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -BDEPEND="test? ( dev-vcs/git )" - -distutils_enable_tests pytest - -python_prepare_all() { - # mkdocs-git-revision-date-localized-plugin needs git repo - if use doc; then - git init || die - git config --global user.email "you@example.com" || die - git config --global user.name "Your Name" || die - git add . || die - git commit -m 'init' || die - fi - - distutils-r1_python_prepare_all -} |
