From 007d8597d85e678132bdf41c09704366fe4070a0 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Sat, 23 Nov 2024 12:49:29 -0500 Subject: dev-python/django-simple-history: new package, add 3.7.0 Signed-off-by: Julien Roy --- dev-python/django-simple-history/Manifest | 1 + .../django-simple-history-3.7.0.ebuild | 32 ++++++++++++++++++++++ dev-python/django-simple-history/metadata.xml | 15 ++++++++++ 3 files changed, 48 insertions(+) create mode 100644 dev-python/django-simple-history/Manifest create mode 100644 dev-python/django-simple-history/django-simple-history-3.7.0.ebuild create mode 100644 dev-python/django-simple-history/metadata.xml (limited to 'dev-python') diff --git a/dev-python/django-simple-history/Manifest b/dev-python/django-simple-history/Manifest new file mode 100644 index 0000000..09532e5 --- /dev/null +++ b/dev-python/django-simple-history/Manifest @@ -0,0 +1 @@ +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.7.0.ebuild b/dev-python/django-simple-history/django-simple-history-3.7.0.ebuild new file mode 100644 index 0000000..25ed6f5 --- /dev/null +++ b/dev-python/django-simple-history/django-simple-history-3.7.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..13} ) +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 new file mode 100644 index 0000000..c01eb93 --- /dev/null +++ b/dev-python/django-simple-history/metadata.xml @@ -0,0 +1,15 @@ + + + + + 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