summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-06 10:17:05 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-06 14:38:52 +0100
commitff59deec862b2e3dcc2932ccf6699aaed1a6b8fa (patch)
treef35d6e731dffa95a296263a0901dadf8eaf506dc /dev-python/ramlfications
parentdev-python/raet: Clean old up (diff)
downloadgentoo-ff59deec862b2e3dcc2932ccf6699aaed1a6b8fa.tar.gz
gentoo-ff59deec862b2e3dcc2932ccf6699aaed1a6b8fa.tar.bz2
gentoo-ff59deec862b2e3dcc2932ccf6699aaed1a6b8fa.zip
dev-python/ramlfications: Clean old up
Diffstat (limited to 'dev-python/ramlfications')
-rw-r--r--dev-python/ramlfications/Manifest1
-rw-r--r--dev-python/ramlfications/ramlfications-0.1.9.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/dev-python/ramlfications/Manifest b/dev-python/ramlfications/Manifest
index 68d6cc3d04a3..cc164330767e 100644
--- a/dev-python/ramlfications/Manifest
+++ b/dev-python/ramlfications/Manifest
@@ -1,2 +1 @@
-DIST ramlfications-0.1.9.tar.gz 1094577 BLAKE2B ca893e48348ffa4cfc4a5ff862a87302a09582fad33e140859cc53feb4c76e4f1bb5a07de7a529f43e7c1d2298bbbb13ee83feb0fe126870e85213b841de659b SHA512 5f93556e8f008b86bbe1e3b96dba3b20a31e583800334931b9c3972da897bc19a93ba5fdd687799e99aee79a93e10e58ca1b3eb5b0f38fb2b28d0f0ba0723e82
DIST ramlfications-0.1.9_p20160718.tar.gz 1104645 BLAKE2B a33cb4529db10b92280c9ed6bc04e2d4c2d534cc4748ce219984f7fc4c7bc432ad51adc901ea021b64a3776402b159d38cbd34e2c2bca4b863f012026e2b3a0e SHA512 a21330cddb2d390744d7c13ee62edd701f74a83c16f87b897460e2353e265f4171e90e8b51bb0c17762a1f3494ddf8aeaa22c36f0aa093f936b9a51e2d75d1f5
diff --git a/dev-python/ramlfications/ramlfications-0.1.9.ebuild b/dev-python/ramlfications/ramlfications-0.1.9.ebuild
deleted file mode 100644
index 229e61c21744..000000000000
--- a/dev-python/ramlfications/ramlfications-0.1.9.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 pypy)
-
-inherit eutils distutils-r1
-
-DESCRIPTION="RAML reference implementation in Python"
-HOMEPAGE="https://ramlfications.readthedocs.org/ https://pypi.python.org/pypi/ramlfications/"
-SRC_URI="https://github.com/spotify/${PN}/releases/download/0.1.9/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND="
- dev-python/six[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
- dev-python/markdown2[${PYTHON_USEDEP}]
- dev-python/jsonref[${PYTHON_USEDEP}]
- dev-python/click[${PYTHON_USEDEP}]
- dev-python/attrs[${PYTHON_USEDEP}]
- dev-python/termcolor[${PYTHON_USEDEP}]
- dev-python/xmltodict[${PYTHON_USEDEP}]
-"
-DEPEND="
- ${RDEPEND}
- test? (
- dev-python/mock[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/pytest-mock[${PYTHON_USEDEP}]
- )
-"
-
-python_test() {
- esetup.py test
-}