From e36b0d255feb36ec5a92ab3169358eb6664a65fc Mon Sep 17 00:00:00 2001 From: Nico Suhl Date: Thu, 25 Apr 2019 19:38:13 +0200 Subject: remove unused ebuils in dev-python Signed-off-by: Nico Suhl --- dev-python/basiciw/basiciw-9999.ebuild | 21 --------------------- dev-python/basiciw/metadata.xml | 12 ------------ dev-python/colour/Manifest | 1 - dev-python/colour/colour-0.1.2-r1.ebuild | 21 --------------------- dev-python/colour/metadata.xml | 11 ----------- dev-python/dota2py/dota2py-9999.ebuild | 20 -------------------- dev-python/dota2py/metadata.xml | 11 ----------- dev-python/pywapi/Manifest | 1 - dev-python/pywapi/metadata.xml | 13 ------------- dev-python/pywapi/pywapi-0.3.8.ebuild | 24 ------------------------ 10 files changed, 135 deletions(-) delete mode 100644 dev-python/basiciw/basiciw-9999.ebuild delete mode 100644 dev-python/basiciw/metadata.xml delete mode 100644 dev-python/colour/Manifest delete mode 100644 dev-python/colour/colour-0.1.2-r1.ebuild delete mode 100644 dev-python/colour/metadata.xml delete mode 100644 dev-python/dota2py/dota2py-9999.ebuild delete mode 100644 dev-python/dota2py/metadata.xml delete mode 100644 dev-python/pywapi/Manifest delete mode 100644 dev-python/pywapi/metadata.xml delete mode 100644 dev-python/pywapi/pywapi-0.3.8.ebuild diff --git a/dev-python/basiciw/basiciw-9999.ebuild b/dev-python/basiciw/basiciw-9999.ebuild deleted file mode 100644 index 877ee2a..0000000 --- a/dev-python/basiciw/basiciw-9999.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python{3_2,3_3,3_4} ) -inherit distutils-r1 git-r3 - -DESCRIPTION="Python wrapper for libiw" -HOMEPAGE="https://github.com/enkore/basiciw/" -EGIT_REPO_URI="https://github.com/enkore/basiciw.git" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="net-wireless/wireless-tools" -RDEPEND="${DEPEND}" diff --git a/dev-python/basiciw/metadata.xml b/dev-python/basiciw/metadata.xml deleted file mode 100644 index c9c7a51..0000000 --- a/dev-python/basiciw/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - nico@overninethousand.de - Nico Suhl - - - basiciw is a simple Python extension module using - libiw to get info about wireless interfaces. - - diff --git a/dev-python/colour/Manifest b/dev-python/colour/Manifest deleted file mode 100644 index c52479b..0000000 --- a/dev-python/colour/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST colour-0.1.2.tar.gz 23788 SHA256 abbf846ce493dd2334f5bdb9e7ded15a483ccf97674ea17703817f73e8203270 SHA512 2d8c76ff1576a5f2df7d7fe658a2f3f8513d5442b3c390cf1b0de68ecfd254a93fa55a0ed5a7128567d27508447f1aa641694b6940ba29c5d4006c68dd31b99a WHIRLPOOL 65544d0f32477dc700b20a51baca448f942bc3f7b4c3233d21eee06d298e257161a26b6d56e1b786a34e5bd045035559b5df46b80e7437db491163a4531e5ec3 diff --git a/dev-python/colour/colour-0.1.2-r1.ebuild b/dev-python/colour/colour-0.1.2-r1.ebuild deleted file mode 100644 index 1d391bd..0000000 --- a/dev-python/colour/colour-0.1.2-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python{3_2,3_3,3_4} ) -inherit distutils-r1 - -DESCRIPTION="Color representations manipulation library (RGB, HSL, web, ...)" -HOMEPAGE="https://github.com/vaab/colour" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/d2to1" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/dev-python/colour/metadata.xml b/dev-python/colour/metadata.xml deleted file mode 100644 index e88b47f..0000000 --- a/dev-python/colour/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - nico@overninethousand.de - Nico Suhl - - - Python color representations manipulation library (RGB, HSL, web, ...) - - diff --git a/dev-python/dota2py/dota2py-9999.ebuild b/dev-python/dota2py/dota2py-9999.ebuild deleted file mode 100644 index b92c439..0000000 --- a/dev-python/dota2py/dota2py-9999.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python{3_2,3_3,3_4} ) -inherit distutils-r1 git-r3 - -DESCRIPTION="Python wrapper around Dota2 WebAPI" -HOMEPAGE="https://github.com/andrewsnowden/dota2py" -EGIT_REPO_URI="https://github.com/andrewsnowden/dota2py.git" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="dev-python/requests[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" diff --git a/dev-python/dota2py/metadata.xml b/dev-python/dota2py/metadata.xml deleted file mode 100644 index 57b2745..0000000 --- a/dev-python/dota2py/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - nico@overninethousand.de - Nico Suhl - - - A thin wrapper around the Dota 2 WebAPI - - diff --git a/dev-python/pywapi/Manifest b/dev-python/pywapi/Manifest deleted file mode 100644 index 8ad3325..0000000 --- a/dev-python/pywapi/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pywapi-0.3.8.tar.gz 25166 SHA256 3167e9864a6924870cb674743dc35352379d8af772280dfe2b35a00e940a4588 SHA512 c966dd73c34d695a3b63238b53781ed52a510d83bcf9495f4871e6d0016aaf0c9bb0761a5d5ab9ddbdd4b58eb758d14fbe4f4fd674e235ec2135fb3fc9d6874b WHIRLPOOL 520c126868764a7203b0fcedf4108fd2ddf7171d8506f81c176c96790d9110db93a4d231eefb57a0d50c54db0a8ba70b8698575e806c35b8b56acd81167c1aea diff --git a/dev-python/pywapi/metadata.xml b/dev-python/pywapi/metadata.xml deleted file mode 100644 index c3dcc1e..0000000 --- a/dev-python/pywapi/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - nico@overninethousand.de - Nico Suhl - - - A Python wrapper around the Yahoo! Weather, Weather.com, and National - Oceanic and Atmospheric Administration (NOAA) APIs. Fetch weather reports - using zip code, location id, city name, state, country, etc. - - diff --git a/dev-python/pywapi/pywapi-0.3.8.ebuild b/dev-python/pywapi/pywapi-0.3.8.ebuild deleted file mode 100644 index 5b07d05..0000000 --- a/dev-python/pywapi/pywapi-0.3.8.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) - -inherit distutils-r1 - -DESCRIPTION="Python wrapper around multiple weather APIs" -HOMEPAGE="https://launchpad.net/python-weather-api" -SRC_URI="https://launchpad.net/python-weather-api/trunk/${PV}/+download/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -python_install_all() { - use examples && local EXAMPLES=( examples/. ) - distutils-r1_python_install_all -} -- cgit v1.2.3-65-gdbad