summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-14 10:30:15 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-14 10:30:15 +0200
commit9bc0f0c7df6114f6fc7e53b10e6d1bc7d36fe420 (patch)
treeb4bc2eb014ced85827826170122449788713ec20 /dev-python/symboltype
parentacct-group/octoprint: Remove last-rited pkg (diff)
downloadgentoo-9bc0f0c7df6114f6fc7e53b10e6d1bc7d36fe420.tar.gz
gentoo-9bc0f0c7df6114f6fc7e53b10e6d1bc7d36fe420.tar.bz2
gentoo-9bc0f0c7df6114f6fc7e53b10e6d1bc7d36fe420.zip
dev-python/symboltype: Remove last-rited pkg
Closes: https://bugs.gentoo.org/723290 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/symboltype')
-rw-r--r--dev-python/symboltype/Manifest1
-rw-r--r--dev-python/symboltype/metadata.xml11
-rw-r--r--dev-python/symboltype/symboltype-1.0.ebuild29
3 files changed, 0 insertions, 41 deletions
diff --git a/dev-python/symboltype/Manifest b/dev-python/symboltype/Manifest
deleted file mode 100644
index 4dea13e8911c..000000000000
--- a/dev-python/symboltype/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST symboltype-1.0.zip 9507 BLAKE2B 35032a90dd1b73dcc1226e445427ff8567693046fe03d25d0c24befb2d5aa2def7b2e9f3ef955486544547d16cd04a41a188e12cab9f3fac797c39436eeda90d SHA512 1484adf4bd2df4f6def5cb6dab50e17d21a2baacb12af8a03aa981478deb97d1cfd3620c0e7d0e6e8c631b0c6bfc3912196c20a0feb39a3ddd4cf9e9dc42b6b2
diff --git a/dev-python/symboltype/metadata.xml b/dev-python/symboltype/metadata.xml
deleted file mode 100644
index 7e68881f8015..000000000000
--- a/dev-python/symboltype/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">SymbolType</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/symboltype/symboltype-1.0.ebuild b/dev-python/symboltype/symboltype-1.0.ebuild
deleted file mode 100644
index 2def120e04b8..000000000000
--- a/dev-python/symboltype/symboltype-1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN="SymbolType"
-
-DESCRIPTION="Gives access to the peak.util.symbols module"
-HOMEPAGE=" http://peak.telecommunity.com/DevCenter/SymbolType https://pypi.org/project/SymbolType/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.zip -> ${P}.zip"
-
-KEYWORDS="amd64 x86"
-IUSE="doc"
-LICENSE="ZPL"
-SLOT="0"
-
-RDEPEND=""
-DEPEND="app-arch/unzip
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}"/${MY_PN}-${PV}
-
-python_test() {
- "${PYTHON}" test_symbols.py && einfo "Tests passed under ${EPYTHON}" \
- || die "Tests failed under ${EPYTHON}"
-}