summaryrefslogtreecommitdiff
path: root/dev-python/squaremap
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/squaremap')
-rw-r--r--dev-python/squaremap/Manifest1
-rw-r--r--dev-python/squaremap/metadata.xml16
-rw-r--r--dev-python/squaremap/squaremap-1.0.4.ebuild26
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-python/squaremap/Manifest b/dev-python/squaremap/Manifest
deleted file mode 100644
index 98a05edada31..000000000000
--- a/dev-python/squaremap/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST SquareMap-1.0.4.tar.gz 7439 BLAKE2B 34b5e5eaf45c597c4591eec291f0fa2e001f6df432eda0a3b98f8e596af257f1261d083b25eea25fedd9d415e00cc20e318f94fe2ce85b3abd2c20ccd51f2d3c SHA512 d01e61697571360b58e762787237bb8533b3de238f26323380a8b0b90d72d2f00e2a43e7f6742fbbb3483573493b0d83568e0651cbf9bdd463b911d09bf27e76
diff --git a/dev-python/squaremap/metadata.xml b/dev-python/squaremap/metadata.xml
deleted file mode 100644
index 9e93b6d9a1d8..000000000000
--- a/dev-python/squaremap/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>swegener@gentoo.org</email>
- <name>Sven Wegener</name>
- </maintainer>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">SquareMap</remote-id>
- </upstream>
- <origin>gentoo-staging</origin>
-</pkgmetadata>
diff --git a/dev-python/squaremap/squaremap-1.0.4.ebuild b/dev-python/squaremap/squaremap-1.0.4.ebuild
deleted file mode 100644
index 0262a588d836..000000000000
--- a/dev-python/squaremap/squaremap-1.0.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-MY_PN="SquareMap"
-MY_P="${MY_PN}-${PV/_beta/b}"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Hierarchic data-visualisation control for wxPython"
-HOMEPAGE="https://pypi.org/project/SquareMap/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
- dev-python/wxpython:3.0"
-
-S="${WORKDIR}"/${MY_P}