aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2024-06-15 12:37:39 -0400
committerJulien Roy <julien@jroy.ca>2024-06-15 12:37:39 -0400
commitb4e2919f28ceeb72d318d1aa0602f70cb7378792 (patch)
treefb11e5f90d87663f94a39a780a38f515f135a326
parenteff694ae800eb18d1387811ffaef69d3f7441bbe (diff)
downloadMrRoy-Overlay-b4e2919f28ceeb72d318d1aa0602f70cb7378792.tar.gz
MrRoy-Overlay-b4e2919f28ceeb72d318d1aa0602f70cb7378792.tar.bz2
MrRoy-Overlay-b4e2919f28ceeb72d318d1aa0602f70cb7378792.zip
dev-python/django-simple-history: add 3.7.0
Signed-off-by: Julien Roy <julien@jroy.ca>
-rw-r--r--dev-python/django-simple-history/Manifest1
-rw-r--r--dev-python/django-simple-history/django-simple-history-3.7.0.ebuild32
2 files changed, 33 insertions, 0 deletions
diff --git a/dev-python/django-simple-history/Manifest b/dev-python/django-simple-history/Manifest
index c204c5a..2f56900 100644
--- a/dev-python/django-simple-history/Manifest
+++ b/dev-python/django-simple-history/Manifest
@@ -1 +1,2 @@
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.7.0.ebuild b/dev-python/django-simple-history/django-simple-history-3.7.0.ebuild
new file mode 100644
index 0000000..59a6a00
--- /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..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+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