summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-28 22:05:08 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-28 22:11:24 +0100
commitfe986804e0cc28a6ac3a42ba345781455e9ee1d9 (patch)
tree2d75c9d4d8a55638ec3635cbad688970197c7931 /dev-python/pytoml/pytoml-0.1.14.ebuild
parentdev-python/python-xlib: Remove redundant versions (diff)
downloadgentoo-fe986804e0cc28a6ac3a42ba345781455e9ee1d9.tar.gz
gentoo-fe986804e0cc28a6ac3a42ba345781455e9ee1d9.tar.bz2
gentoo-fe986804e0cc28a6ac3a42ba345781455e9ee1d9.zip
dev-python/pytoml: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytoml/pytoml-0.1.14.ebuild')
-rw-r--r--dev-python/pytoml/pytoml-0.1.14.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/pytoml/pytoml-0.1.14.ebuild b/dev-python/pytoml/pytoml-0.1.14.ebuild
deleted file mode 100644
index 6066bc8427cb..000000000000
--- a/dev-python/pytoml/pytoml-0.1.14.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_6 )
-inherit distutils-r1
-
-TOML_TEST_COMMIT="fa9501a192b7c46b82059caddaef978e3de883dc"
-
-DESCRIPTION="A TOML-0.4.0 parser/writer for Python"
-HOMEPAGE="https://github.com/avakar/pytoml"
-SRC_URI="https://github.com/avakar/pytoml/archive/v${PV}.tar.gz -> ${P}.tar.gz
- test? ( https://github.com/avakar/toml-test/archive/${TOML_TEST_COMMIT}.tar.gz -> toml-test-${TOML_TEST_COMMIT}.tar.gz )"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
- cp -R ../toml-test-${TOML_TEST_COMMIT}/* test/toml-test/ || die
- ${EPYTHON} test/test.py || die
-}