summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-23 11:51:53 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-23 11:53:28 +0200
commit0eecfa6fbeda28f1f462f19cbcaca5c91cf44e29 (patch)
treead3f6c440d738f65df50e30cb617d462a7ba1672 /dev-python
parentdev-python/URLObject: Remove last-rited pkg (diff)
downloadgentoo-0eecfa6fbeda28f1f462f19cbcaca5c91cf44e29.tar.gz
gentoo-0eecfa6fbeda28f1f462f19cbcaca5c91cf44e29.tar.bz2
gentoo-0eecfa6fbeda28f1f462f19cbcaca5c91cf44e29.zip
dev-python/cligj: Remove last-rited pkg
Closes: https://bugs.gentoo.org/718896 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/cligj/Manifest1
-rw-r--r--dev-python/cligj/cligj-0.4.0.ebuild25
-rw-r--r--dev-python/cligj/metadata.xml9
3 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/cligj/Manifest b/dev-python/cligj/Manifest
deleted file mode 100644
index ad8f2d6593b5..000000000000
--- a/dev-python/cligj/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cligj-0.4.0.tar.gz 7281 BLAKE2B 7795f28bdef6ce5823bbf0b346d900e95cca4655cce985823318b8fd9854fcf245b523f3ecb06b44d6810f268b658ed4e4276d7f022a9085bbfa623914b68a2f SHA512 35c075192f39c7c756a5abce2cc706818a5c40ed91d25a5763483b01acfffa29b50ce58e758b0ca42431978e436ad45a93049e05c6dd0a98da40d74c4a329669
diff --git a/dev-python/cligj/cligj-0.4.0.ebuild b/dev-python/cligj/cligj-0.4.0.ebuild
deleted file mode 100644
index fb5249de17db..000000000000
--- a/dev-python/cligj/cligj-0.4.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Click-based argument and option decorators for Python GIS command line programs"
-HOMEPAGE="https://github.com/mapbox/cligj"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-python/click[${PYTHON_USEDEP}]
-"
-DEPEND="
- ${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
-"
diff --git a/dev-python/cligj/metadata.xml b/dev-python/cligj/metadata.xml
deleted file mode 100644
index 436332904367..000000000000
--- a/dev-python/cligj/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="pypi">cligj</remote-id>
- <remote-id type="github">mapbox/cligj</remote-id>
- </upstream>
-</pkgmetadata>