summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-12-16 16:53:24 +0100
committerMichał Górny <mgorny@gentoo.org>2018-12-16 16:56:34 +0100
commitab8d9abab8619ed56f5035ba5abb66c0a9392faa (patch)
treed40c13bf93fa25ebc4e415875ce963140ff2a50a /dev-python
parentdev-python/djangocms-text-ckeditor: Remove last-rited pkg (diff)
downloadgentoo-ab8d9abab8619ed56f5035ba5abb66c0a9392faa.tar.gz
gentoo-ab8d9abab8619ed56f5035ba5abb66c0a9392faa.tar.bz2
gentoo-ab8d9abab8619ed56f5035ba5abb66c0a9392faa.zip
dev-python/django-formtools: Remove last-rited pkg
Closes: https://bugs.gentoo.org/664012 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/django-formtools/Manifest1
-rw-r--r--dev-python/django-formtools/django-formtools-1.0.ebuild29
-rw-r--r--dev-python/django-formtools/metadata.xml11
3 files changed, 0 insertions, 41 deletions
diff --git a/dev-python/django-formtools/Manifest b/dev-python/django-formtools/Manifest
deleted file mode 100644
index f749748a4a98..000000000000
--- a/dev-python/django-formtools/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST django-formtools-1.0.tar.gz 70505 BLAKE2B cb46d7e6be8b79ca6bdc3c8734d8f3fbd67de4b09f9a677d716654e8371b8ab8bdf248293b64b610b1a15b78e3c8bb5fa495d0ff0b00649241bc69e11cb1e406 SHA512 828ea5f5057d7ec72ab6cc6613e8af950f16595115bba658892e15aec39498f6e7c3dcb5c50ac4fc7ef54e12a640ed93e76a968f41bec59388630cdc43c9e3ce
diff --git a/dev-python/django-formtools/django-formtools-1.0.ebuild b/dev-python/django-formtools/django-formtools-1.0.ebuild
deleted file mode 100644
index 7f5f839fc723..000000000000
--- a/dev-python/django-formtools/django-formtools-1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="High-level abstractions for Django forms"
-HOMEPAGE="https://django-formtools.readthedocs.io/en/latest/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="!<dev-python/django-1.8"
-DEPEND="${RDEPEND}
- test? (
- >=dev-python/django-1.8[${PYTHON_USEDEP}]
- dev-python/flake8[${PYTHON_USEDEP}]
- dev-python/coverage[${PYTHON_USEDEP}]
- )"
-
-python_test() {
- emake test
-}
diff --git a/dev-python/django-formtools/metadata.xml b/dev-python/django-formtools/metadata.xml
deleted file mode 100644
index cc21245f4343..000000000000
--- a/dev-python/django-formtools/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">django-formtools</remote-id>
- </upstream>
-</pkgmetadata>