summaryrefslogtreecommitdiff
path: root/dev-python/django-mptt
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-11-08 16:21:19 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-11-08 16:21:19 +0000
commit413ca4e6c2089d8b5e0844c26cf5671209226b93 (patch)
tree843d96aa9dd26a13748de845900cf158a2a2ad53 /dev-python/django-mptt
parent9263a8dda30106335f556e7f5936f5607db6f92c (diff)
gentoo auto-resync : 08:11:2023 - 16:21:18
Diffstat (limited to 'dev-python/django-mptt')
-rw-r--r--dev-python/django-mptt/Manifest3
-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, 49 deletions
diff --git a/dev-python/django-mptt/Manifest b/dev-python/django-mptt/Manifest
deleted file mode 100644
index 9f154aeb8fcb..000000000000
--- a/dev-python/django-mptt/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST django-mptt-0.13.4.gh.tar.gz 303688 BLAKE2B 66ae7a0e15a7ff281af2154f216970a6a9b249a713b3ae987f0fbdb60b95129fdfc96c05924c0285da33f11c59baf6e069830c3079c64164d838d9d34231a4a9 SHA512 86786763db060227b41e2e340df5d52062fb6e8c54f832611bc90d01102411d45dc217e8d84eece84ebbe4fc9727d06e7c368ae15c253aaf02117705dbae8c47
-EBUILD django-mptt-0.13.4-r1.ebuild 735 BLAKE2B 566298683421c98aeff39c10079ae87e008ae30e623326f477b44b7e09a3dddf19f7a2d9a82aec6f949cba957622fdb53d66d4da1d591feef7a3320c0b55eed9 SHA512 f60f145ca74000c6c661069ee6e09be026bddc12a11c5e0b6b9e5bd2756ffeb44d0f6488f3107f6515b4cb0520d29d586eb668891d35d6f8bb8ed25d28f58069
-MISC metadata.xml 402 BLAKE2B 72c5dc1e76719489fd013527bdd115e06b501cd8553d4235581cbd3b76a6f4249dbfd83108eb48ee3e376690f42d952a7a5b0fc4707d9717c1f7ed05bb49d785 SHA512 455d5799930883238de0b64552fdbcaa233e9ceea31fb459e9eee382ef142ab7785bb6029287c8a2eb0ed288f60faa6bec7dc3015de6f52399c2c6e5e4b8cab7
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>