diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 17:25:22 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 17:25:22 +0100 |
commit | 8c9353b5105ecd7e172d1febc345a5586d0be1e5 (patch) | |
tree | 7699993197db1f8dd35714d821bfb55cd06fb4d8 /dev-util/gertty | |
parent | dev-python/mergedict: Remove py2 (diff) | |
download | gentoo-8c9353b5105ecd7e172d1febc345a5586d0be1e5.tar.gz gentoo-8c9353b5105ecd7e172d1febc345a5586d0be1e5.tar.bz2 gentoo-8c9353b5105ecd7e172d1febc345a5586d0be1e5.zip |
dev-util/gertty: Remove old (py2)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/gertty')
-rw-r--r-- | dev-util/gertty/Manifest | 3 | ||||
-rw-r--r-- | dev-util/gertty/gertty-1.3.2.ebuild | 36 | ||||
-rw-r--r-- | dev-util/gertty/gertty-1.4.0.ebuild | 36 | ||||
-rw-r--r-- | dev-util/gertty/gertty-1.5.0-r1.ebuild | 35 |
4 files changed, 0 insertions, 110 deletions
diff --git a/dev-util/gertty/Manifest b/dev-util/gertty/Manifest index 6867912d975d..e78378718b3d 100644 --- a/dev-util/gertty/Manifest +++ b/dev-util/gertty/Manifest @@ -1,4 +1 @@ -DIST gertty-1.3.2.tar.gz 92553 BLAKE2B 2e6771fcf044a8a46e91dbc6f34869be528e0aa4db8344aa26a999bfb9fe1a8e7b18346f1d90f06b7cb436c74a2c04c5528297d126e66b8f985bfc42483c53cc SHA512 b68acb801ceb225fe86d62015fd89bce7ebe34219dbb2f7fe10d991ff06b558a5ed3512e6435ef3ce13324841c473dbec565c7bef23e01567f5bdcbb6aba9136 -DIST gertty-1.4.0.tar.gz 115581 BLAKE2B af1a4ceac5b1e189305463e91d8d79246ccf16d5109b5100c0f928af42c39632d2c4b904c5586428c31d5d12985baf8ed2507c743364d6b26a4a02967b59dfc3 SHA512 9abba6271d3ec95938f07ab4ee76f0b539a7ce7f0bbf9c08509fe9516c14f99ccb7b439d29a30bff6dca99bf39788dc803cd8aed3cc03b531678225fa41102d9 -DIST gertty-1.5.0.tar.gz 119784 BLAKE2B bc563c10009c372de5a702b4ab33d9b6b26a898486fc5a1d840f298b50a779c36467ccf6600b6f29b61d3c15b1cc0bbfe960d0d6a1a71d3f8b8f75dc392ab0dc SHA512 bc47817a3ba9ccce298ee1a646cb43f8a57e9a57a40d898859836b3171abd0cf3c682a5f5811cf3d987a17dbf00dd6706a5dbc5a6a35f1d5ff3a217c68187cda DIST gertty-1.6.0.tar.gz 122570 BLAKE2B 8c3628f9b0b56aaff30f183a1ab0d852b8ee487927833f41b8aa61f94f8d14eaf3a8d515d5edcb3fa7dd18ca36f42a977d12790c52d6c629a720b4f29252b030 SHA512 0fe5224f5b4b06910bba0d19453ea0f273f6ea0688b9aa092e11f929b71801581f6d7cead1d64c00912ee3363b98d4b36e903fa992a7ce36f190a4f3c09375d2 diff --git a/dev-util/gertty/gertty-1.3.2.ebuild b/dev-util/gertty/gertty-1.3.2.ebuild deleted file mode 100644 index 6157972f8d87..000000000000 --- a/dev-util/gertty/gertty-1.3.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Gertty is a console-based interface to the Gerrit Code Review system." -HOMEPAGE="https://pypi.org/project/gertty/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -SLOT="0" -IUSE="" - -CDEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}] - <dev-python/pbr-2.0[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - ${CDEPEND}" -RDEPEND=" - ${CDEPEND} - >=dev-python/urwid-1.2.1[${PYTHON_USEDEP}] - !~dev-python/urwid-1.3.0[${PYTHON_USEDEP}] - >=dev-python/sqlalchemy-1.0.4[${PYTHON_USEDEP}] - >=dev-python/git-python-0.3.2[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - >=dev-python/requests-2.5.3[${PYTHON_USEDEP}] - <dev-python/requests-3.0.0[${PYTHON_USEDEP}] - >=dev-python/alembic-0.6.4[${PYTHON_USEDEP}] - >=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}] - >=dev-python/voluptuous-0.7[${PYTHON_USEDEP}] - >=dev-python/ply-3.4[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}]" diff --git a/dev-util/gertty/gertty-1.4.0.ebuild b/dev-util/gertty/gertty-1.4.0.ebuild deleted file mode 100644 index 6157972f8d87..000000000000 --- a/dev-util/gertty/gertty-1.4.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Gertty is a console-based interface to the Gerrit Code Review system." -HOMEPAGE="https://pypi.org/project/gertty/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -SLOT="0" -IUSE="" - -CDEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}] - <dev-python/pbr-2.0[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - ${CDEPEND}" -RDEPEND=" - ${CDEPEND} - >=dev-python/urwid-1.2.1[${PYTHON_USEDEP}] - !~dev-python/urwid-1.3.0[${PYTHON_USEDEP}] - >=dev-python/sqlalchemy-1.0.4[${PYTHON_USEDEP}] - >=dev-python/git-python-0.3.2[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - >=dev-python/requests-2.5.3[${PYTHON_USEDEP}] - <dev-python/requests-3.0.0[${PYTHON_USEDEP}] - >=dev-python/alembic-0.6.4[${PYTHON_USEDEP}] - >=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}] - >=dev-python/voluptuous-0.7[${PYTHON_USEDEP}] - >=dev-python/ply-3.4[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}]" diff --git a/dev-util/gertty/gertty-1.5.0-r1.ebuild b/dev-util/gertty/gertty-1.5.0-r1.ebuild deleted file mode 100644 index c7152e1a9b5b..000000000000 --- a/dev-util/gertty/gertty-1.5.0-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Gertty is a console-based interface to the Gerrit Code Review system." -HOMEPAGE="https://pypi.org/project/gertty/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -SLOT="0" -IUSE="" - -CDEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - ${CDEPEND}" -RDEPEND=" - ${CDEPEND} - >=dev-python/urwid-1.2.1[${PYTHON_USEDEP}] - !~dev-python/urwid-1.3.0[${PYTHON_USEDEP}] - >=dev-python/sqlalchemy-1.0.4[${PYTHON_USEDEP}] - >=dev-python/git-python-0.3.7[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - >=dev-python/requests-2.5.3[${PYTHON_USEDEP}] - <dev-python/requests-3.0.0[${PYTHON_USEDEP}] - >=dev-python/alembic-0.6.4[${PYTHON_USEDEP}] - >=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}] - >=dev-python/voluptuous-0.7[${PYTHON_USEDEP}] - >=dev-python/ply-3.4[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}]" |