diff options
author | Julien Roy <julien@jroy.ca> | 2024-11-23 01:26:31 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-11-24 16:35:43 -0500 |
commit | 04d3583d314861258e9c578789bd2ed30035c13e (patch) | |
tree | 5e8b1507ba7da7019d88c0e3489ebd0fbc57a53b /dev-python/django-simple-history | |
parent | 816296e8d0f0673d48cf8f35ab799cd52fb8943f (diff) | |
download | MrRoy-Overlay-04d3583d314861258e9c578789bd2ed30035c13e.tar.gz MrRoy-Overlay-04d3583d314861258e9c578789bd2ed30035c13e.tar.bz2 MrRoy-Overlay-04d3583d314861258e9c578789bd2ed30035c13e.zip |
*/*: move wger & dependencies to wger-overlay
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'dev-python/django-simple-history')
4 files changed, 0 insertions, 82 deletions
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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <name>Julien Roy</name> - <email>julien@jroy.ca</email> - </maintainer> - <upstream> - <bugs-to>https://github.com/jazzband/django-simple-history/issues</bugs-to> - <changelog>https://github.com/jazzband/django-simple-history/blob/master/CHANGES.rst</changelog> - <doc>https://django-simple-history.readthedocs.io/</doc> - <remote-id type="github">jazzband/django-simple-history</remote-id> - <remote-id type="pypi">django-simple-history</remote-id> - </upstream> -</pkgmetadata> |