diff options
author | Pacho Ramos <pacho@gentoo.org> | 2019-01-27 13:24:02 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2019-01-27 13:36:08 +0100 |
commit | d3ae15413d5d50d9491fec0583e75e317efbe577 (patch) | |
tree | 2cb1f97741e4a0e4467849ae759b2a694057c5e4 /dev-python/maybe | |
parent | dev-python/larch: Drop old (diff) | |
download | gentoo-d3ae15413d5d50d9491fec0583e75e317efbe577.tar.gz gentoo-d3ae15413d5d50d9491fec0583e75e317efbe577.tar.bz2 gentoo-d3ae15413d5d50d9491fec0583e75e317efbe577.zip |
dev-python/maybe: Drop old
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'dev-python/maybe')
-rw-r--r-- | dev-python/maybe/Manifest | 1 | ||||
-rw-r--r-- | dev-python/maybe/maybe-0.3.0.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/maybe/Manifest b/dev-python/maybe/Manifest index d519d947bc83..d7e75b15d6e6 100644 --- a/dev-python/maybe/Manifest +++ b/dev-python/maybe/Manifest @@ -1,2 +1 @@ -DIST maybe-0.3.0.tar.gz 5738 BLAKE2B f41094425bbcbb1a691b7b56a667d840822b9a8ce717ae7dd503c214a11a0309f2c9311bc9c800b1bcc17838352ea066afcc48e22eaac2c1a1081cb652dc5c0e SHA512 512b7b5251c27a64891bd105599b5625331cb21d40dbf7d1b88b56375a5ead484f02f87da6410c01682c180218cae7b0df7a9f92ad7a69a862b333ee36265152 DIST maybe-0.4.0.tar.gz 6105 BLAKE2B 73052b156e8940769897b5b9505286d1b78cc156976445d5ebdceb6cbe503ce079872836ebaab5fda3fb77798909467af17bf37451eaf563ca9add7f2470aeb7 SHA512 39882c69375b408e809e899b997675c9395ddf50b8625fd04a0d78cbd041f6138e491b76578c8b530ba122b921c694bc27d256eab7485ea4638330f6e0411129 diff --git a/dev-python/maybe/maybe-0.3.0.ebuild b/dev-python/maybe/maybe-0.3.0.ebuild deleted file mode 100644 index ef0537150048..000000000000 --- a/dev-python/maybe/maybe-0.3.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_{4,5}} ) - -inherit distutils-r1 - -DESCRIPTION="See what a program does before deciding whether you really want it to happen" -HOMEPAGE="https://github.com/p-e-w/maybe https://pypi.org/project/maybe/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - dev-python/blessings[${PYTHON_USEDEP}] - dev-python/python-ptrace[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -" |