diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-05-30 11:44:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-05-30 11:44:06 +0100 |
commit | f516638b7fe9592837389826a6152a7e1b251c54 (patch) | |
tree | 8bfecb640b7b6403d7a3d662d923eed630033da7 /dev-util/bumpversion | |
parent | 1a61119f9f7b057830e2ce0563f913ec86f282ad (diff) |
gentoo resync : 30.05.2020
Diffstat (limited to 'dev-util/bumpversion')
-rw-r--r-- | dev-util/bumpversion/Manifest | 3 | ||||
-rw-r--r-- | dev-util/bumpversion/bumpversion-0.5.3.ebuild | 34 | ||||
-rw-r--r-- | dev-util/bumpversion/metadata.xml | 9 |
3 files changed, 0 insertions, 46 deletions
diff --git a/dev-util/bumpversion/Manifest b/dev-util/bumpversion/Manifest deleted file mode 100644 index a864029564bb..000000000000 --- a/dev-util/bumpversion/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST bumpversion-0.5.3.tar.gz 16596 BLAKE2B ecd9e999241d0d77161529344d9f83859ab1083c323524f91f84802ff74aa8e9d4d95126b65c685e04183cf7907732f2ad734938db7aa03dfb9e334a1d24222c SHA512 2dc507be98838e4a389502cbdae08d23bad465b171923e15c40ae16da2cc9529c71dfc40213c47d23da363257b363fd5786a5661a4a6d6b568b5f8b2cf8af959 -EBUILD bumpversion-0.5.3.ebuild 727 BLAKE2B 00c89a521f4295ff7e30fc056cbfc39041c68804cfb853212772a741aa21190936d523416f73547e6e9b916db8fff51b9b9fc1165e4af639676f4d4eab32de85 SHA512 31cfb8db6308bcefda661990deb3742b25a591fb69f0508e0def6d196e31bd674721ae808e1c6d0988208399658a04c87e865653be8b1a87e5d36c17f84dba7a -MISC metadata.xml 300 BLAKE2B c9f5c0e8c55aabd0ff79c4ffa4d04195f6e532ebce0c697dd75fe1568399c7dfc8575d27b20781d626a9aa075226688b67f14487db0db9d081da94352eaf1e8b SHA512 de2e356433d02bc7f9b8f24f178fa1124948f9bce7475cf4fea0efc002533755b854cfb5f591343ca73c6b798cbbe15a40c0450f23d994420a9a28f9bfdcb483 diff --git a/dev-util/bumpversion/bumpversion-0.5.3.ebuild b/dev-util/bumpversion/bumpversion-0.5.3.ebuild deleted file mode 100644 index 268568a0626e..000000000000 --- a/dev-util/bumpversion/bumpversion-0.5.3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Version-bump your software with a single command" -HOMEPAGE="https://pypi.org/project/bumpversion/ https://github.com/peritus/bumpversion" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/mock[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - ) -" - -# Not included -# https://github.com/peritus/bumpversion/issues/108 -RESTRICT=test - -python_test() { - py.test || die -} diff --git a/dev-util/bumpversion/metadata.xml b/dev-util/bumpversion/metadata.xml deleted file mode 100644 index 71a774b004dd..000000000000 --- a/dev-util/bumpversion/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="pypi">bumpversion</remote-id> - <remote-id type="github">peritus/bumpversion</remote-id> - </upstream> -</pkgmetadata> |