summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2023-11-08 13:33:44 +0100
committerFlorian Schmaus <flow@gentoo.org>2023-11-08 13:33:56 +0100
commitab0bdf59ee041f2bdd2e99ee753c3071c32855b9 (patch)
treeb59292391cc06c6095290f75a4ae0ca6b3e5c614 /dev-python/django-mptt
parentdev-ruby/kirbybase: treeclean (diff)
downloadgentoo-ab0bdf59ee041f2bdd2e99ee753c3071c32855b9.tar.gz
gentoo-ab0bdf59ee041f2bdd2e99ee753c3071c32855b9.tar.bz2
gentoo-ab0bdf59ee041f2bdd2e99ee753c3071c32855b9.zip
dev-python/django-mptt: treeclean
Closes: https://bugs.gentoo.org/894592 Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-python/django-mptt')
-rw-r--r--dev-python/django-mptt/Manifest1
-rw-r--r--dev-python/django-mptt/django-mptt-0.13.4-r1.ebuild33
-rw-r--r--dev-python/django-mptt/metadata.xml13
3 files changed, 0 insertions, 47 deletions
diff --git a/dev-python/django-mptt/Manifest b/dev-python/django-mptt/Manifest
deleted file mode 100644
index 4b5fc49a23b7..000000000000
--- a/dev-python/django-mptt/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST django-mptt-0.13.4.gh.tar.gz 303688 BLAKE2B 66ae7a0e15a7ff281af2154f216970a6a9b249a713b3ae987f0fbdb60b95129fdfc96c05924c0285da33f11c59baf6e069830c3079c64164d838d9d34231a4a9 SHA512 86786763db060227b41e2e340df5d52062fb6e8c54f832611bc90d01102411d45dc217e8d84eece84ebbe4fc9727d06e7c368ae15c253aaf02117705dbae8c47
diff --git a/dev-python/django-mptt/django-mptt-0.13.4-r1.ebuild b/dev-python/django-mptt/django-mptt-0.13.4-r1.ebuild
deleted file mode 100644
index c0dcf44e825b..000000000000
--- a/dev-python/django-mptt/django-mptt-0.13.4-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utilities for modified preorder tree traversal and trees of Model instances"
-HOMEPAGE="
- https://github.com/django-mptt/django-mptt/
- https://pypi.org/project/django-mptt/
-"
-SRC_URI="
- https://github.com/django-mptt/django-mptt/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- >=dev-python/django-1.11[${PYTHON_USEDEP}]
- dev-python/django-js-asset[${PYTHON_USEDEP}]
-"
-
-python_test() {
- "${EPYTHON}" tests/manage.py test -v2 myapp ||
- die "Tests failed with ${EPYTHON}"
-}
diff --git a/dev-python/django-mptt/metadata.xml b/dev-python/django-mptt/metadata.xml
deleted file mode 100644
index d008d8dd5ff3..000000000000
--- a/dev-python/django-mptt/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">django-mptt</remote-id>
- <remote-id type="github">django-mptt/django-mptt</remote-id>
- </upstream>
-</pkgmetadata>