diff options
Diffstat (limited to 'dev-python/django-simple-history')
-rw-r--r-- | dev-python/django-simple-history/Manifest | 1 | ||||
-rw-r--r-- | dev-python/django-simple-history/django-simple-history-3.7.0.ebuild | 32 | ||||
-rw-r--r-- | dev-python/django-simple-history/metadata.xml | 15 |
3 files changed, 48 insertions, 0 deletions
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 @@ +<?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> |