mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 07:49:00 -04:00
dev-python/django-tinymce: new package, add 4.1.0
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
parent
ba65a15af0
commit
542c767683
1
dev-python/django-tinymce/Manifest
Normal file
1
dev-python/django-tinymce/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST django_tinymce-4.1.0.tar.gz 1087250 BLAKE2B 37e67144c3614c69583ce306b5d0944ae0fe82d406d753c9ef51c53121caa1a787ccfd1e6533d69b489b8920f76b3f89e0494d44de1953aa54ac250c227da9ae SHA512 02b4a742bb975cca6c2c64fe81eb6ce5c062b5b206ea3f91283272a72cd8d59cf02843411c3b966a36710a40f7be60cc243b76b963c1acff4c8a7a2fa43b8677
|
32
dev-python/django-tinymce/django-tinymce-4.1.0.ebuild
Normal file
32
dev-python/django-tinymce/django-tinymce-4.1.0.ebuild
Normal 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}"
|
||||
}
|
8
dev-python/django-tinymce/metadata.xml
Normal file
8
dev-python/django-tinymce/metadata.xml
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user