dev-python/django-tinymce: new package, add 4.1.0

Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan 2024-07-05 15:39:38 +02:00
parent ba65a15af0
commit 542c767683
No known key found for this signature in database
GPG Key ID: A2E2304370447E8E
3 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST django_tinymce-4.1.0.tar.gz 1087250 BLAKE2B 37e67144c3614c69583ce306b5d0944ae0fe82d406d753c9ef51c53121caa1a787ccfd1e6533d69b489b8920f76b3f89e0494d44de1953aa54ac250c227da9ae SHA512 02b4a742bb975cca6c2c64fe81eb6ce5c062b5b206ea3f91283272a72cd8d59cf02843411c3b966a36710a40f7be60cc243b76b963c1acff4c8a7a2fa43b8677

View File

@ -0,0 +1,32 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi
DESCRIPTION="TinyMCE integration for Django"
HOMEPAGE="
https://github.com/jazzband/django-tinymce
https://pypi.org/project/django-tinymce
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
# TODO: Find out how this is supposed to be run
RESTRICT="test"
RDEPEND="
dev-python/django[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest
python_test() {
${EPYTHON} runtests.py || die "Tests failed with ${EPYTHON}"
}

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<upstream>
<remote-id type="github">jazzband/django-tinymce</remote-id>
<remote-id type="pypi">django-tinymce</remote-id>
</upstream>
</pkgmetadata>