From 04d3583d314861258e9c578789bd2ed30035c13e Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Sat, 23 Nov 2024 01:26:31 -0500 Subject: */*: move wger & dependencies to wger-overlay Signed-off-by: Julien Roy --- dev-python/django-simple-history/Manifest | 2 -- .../django-simple-history-3.5.0.ebuild | 33 ---------------------- .../django-simple-history-3.7.0.ebuild | 32 --------------------- dev-python/django-simple-history/metadata.xml | 15 ---------- 4 files changed, 82 deletions(-) delete mode 100644 dev-python/django-simple-history/Manifest delete mode 100644 dev-python/django-simple-history/django-simple-history-3.5.0.ebuild delete mode 100644 dev-python/django-simple-history/django-simple-history-3.7.0.ebuild delete mode 100644 dev-python/django-simple-history/metadata.xml (limited to 'dev-python/django-simple-history') diff --git a/dev-python/django-simple-history/Manifest b/dev-python/django-simple-history/Manifest deleted file mode 100644 index 2f56900..0000000 --- a/dev-python/django-simple-history/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST django-simple-history-3.5.0.tar.gz 569458 BLAKE2B 523113726a1b90f02d966131756082458f9251eee8160cb1c25dbfda678769b3c61f5353c6db786123eedc153ec5027aaec0ab70b92225e55b45824061e5cc00 SHA512 7c147aefbe74b9ef2226e9906bb5bfd4c0265338e02d3f59c90fd087a9e66392e0931e3ab9d2f72d822d76512eda36b0fc9e459ffcb15ab9788f45ba0d4cc62a -DIST django_simple_history-3.7.0.tar.gz 230317 BLAKE2B 2f6a4d32ab0f113900bbdacf3756ac6ed63af710689a0c134a44f08885c95104cf9c99f0c5ac56cdd7e801126a39ba8cd753c358e824a0b3834070577657d57e SHA512 89c2e92428f0795eab84b9c1396a78a23b9f7c0e1d025346a859b5acd1e79564fdae15201cf0dc9f63bd2a41318b7acad36214a327e903e1d296d99c2e82513e diff --git a/dev-python/django-simple-history/django-simple-history-3.5.0.ebuild b/dev-python/django-simple-history/django-simple-history-3.5.0.ebuild deleted file mode 100644 index d1a19dc..0000000 --- a/dev-python/django-simple-history/django-simple-history-3.5.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 - -inherit distutils-r1 pypi - -DESCRIPTION="Store model history and view/revert changes from admin site" -HOMEPAGE=" - https://github.com/jazzband/django-simple-history - https://pypi.org/project/django-simple-history/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -# Tests fail to run -RESTRICT="test" - -RDEPEND=" - dev-python/django[${PYTHON_USEDEP}] - dev-python/psycopg:2[${PYTHON_USEDEP}] - dev-python/mysqlclient[${PYTHON_USEDEP}] - - test? ( dev-python/asgiref[${PYTHON_USEDEP}] ) -" -DEPEND="${RDEPEND}" - -distutils_enable_tests setup.py diff --git a/dev-python/django-simple-history/django-simple-history-3.7.0.ebuild b/dev-python/django-simple-history/django-simple-history-3.7.0.ebuild deleted file mode 100644 index 311076a..0000000 --- a/dev-python/django-simple-history/django-simple-history-3.7.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -DISTUTILS_USE_PEP517=hatchling - -inherit distutils-r1 pypi - -DESCRIPTION="Store model history and view/revert changes from admin site" -HOMEPAGE=" - https://github.com/jazzband/django-simple-history - https://pypi.org/project/django-simple-history/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -# Tests fail to run -RESTRICT="test" - -RDEPEND=" - dev-python/django[${PYTHON_USEDEP}] - dev-python/psycopg:2[${PYTHON_USEDEP}] - dev-python/mysqlclient[${PYTHON_USEDEP}] - - test? ( dev-python/asgiref[${PYTHON_USEDEP}] ) -" -DEPEND="${RDEPEND}" - -distutils_enable_tests setup.py diff --git a/dev-python/django-simple-history/metadata.xml b/dev-python/django-simple-history/metadata.xml deleted file mode 100644 index c01eb93..0000000 --- a/dev-python/django-simple-history/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - Julien Roy - julien@jroy.ca - - - https://github.com/jazzband/django-simple-history/issues - https://github.com/jazzband/django-simple-history/blob/master/CHANGES.rst - https://django-simple-history.readthedocs.io/ - jazzband/django-simple-history - django-simple-history - - -- cgit v1.2.3