* [gentoo-commits] repo/proj/guru:master commit in: dev-python/django-widget-tweaks/
@ 2024-04-13 22:19 Julien Roy
0 siblings, 0 replies; 2+ messages in thread
From: Julien Roy @ 2024-04-13 22:19 UTC (permalink / raw
To: gentoo-commits
commit: 33e4032ecc43fed60f5121448f124739444a776b
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Apr 13 21:40:19 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Apr 13 22:15:22 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=33e4032e
dev-python/django-widget-tweaks: enable py3.12
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/django-widget-tweaks/django-widget-tweaks-1.4.12.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/django-widget-tweaks/django-widget-tweaks-1.4.12.ebuild b/dev-python/django-widget-tweaks/django-widget-tweaks-1.4.12.ebuild
index 2107541bbc..a1391fd0c6 100644
--- a/dev-python/django-widget-tweaks/django-widget-tweaks-1.4.12.ebuild
+++ b/dev-python/django-widget-tweaks/django-widget-tweaks-1.4.12.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/django-widget-tweaks/
@ 2024-05-14 15:51 Julien Roy
0 siblings, 0 replies; 2+ messages in thread
From: Julien Roy @ 2024-05-14 15:51 UTC (permalink / raw
To: gentoo-commits
commit: 36e7f6b2c5bee9350e82313d0f8709d89d6e7294
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue May 14 11:53:21 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue May 14 11:53:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=36e7f6b2
dev-python/django-widget-tweaks: treeclean
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/django-widget-tweaks/Manifest | 1 -
.../django-widget-tweaks-1.4.12.ebuild | 36 ----------------------
dev-python/django-widget-tweaks/metadata.xml | 9 ------
3 files changed, 46 deletions(-)
diff --git a/dev-python/django-widget-tweaks/Manifest b/dev-python/django-widget-tweaks/Manifest
deleted file mode 100644
index 9f05b973ec..0000000000
--- a/dev-python/django-widget-tweaks/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST django-widget-tweaks-1.4.12.gh.tar.gz 13174 BLAKE2B 2583d67aa5e8b96c5f53f363722ecdb2a0d312d66e61cea8e5702d1f5950509416a0b9a7f24936c6148ab5b7cf8a69d7e6843e7d0c5923aad93235b1785d129c SHA512 162f6a6c9ef55e08d49c26c6341766ad04f017157002b5ce8dad9da71eaf921df14b48b7097bcf67cb746861c52c963730b91fc1a736bff199112843bc7a9cca
diff --git a/dev-python/django-widget-tweaks/django-widget-tweaks-1.4.12.ebuild b/dev-python/django-widget-tweaks/django-widget-tweaks-1.4.12.ebuild
deleted file mode 100644
index a1391fd0c6..0000000000
--- a/dev-python/django-widget-tweaks/django-widget-tweaks-1.4.12.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2022-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
-
-DESCRIPTION="Tweak the form field rendering in templates"
-HOMEPAGE="
- https://pypi.org/project/django-widget-tweaks/
- https://github.com/jazzband/django-widget-tweaks
-"
-SRC_URI="https://github.com/jazzband/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
-BDEPEND="
- dev-python/setuptools-scm[${PYTHON_USEDEP}]
- test? ( ${RDEPEND} )
-"
-
-DOCS=( {CHANGES,README}.rst {CODE_OF_CONDUCT,CONTRIBUTING}.md )
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-python_test() {
- "${EPYTHON}" -m django test -v 2 --settings tests.settings ||
- die "Tests failed with ${EPYTHON}"
-}
diff --git a/dev-python/django-widget-tweaks/metadata.xml b/dev-python/django-widget-tweaks/metadata.xml
deleted file mode 100644
index 80fcd74664..0000000000
--- a/dev-python/django-widget-tweaks/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="pypi">django-widget-tweaks</remote-id>
- <remote-id type="github">jazzband/django-widget-tweaks</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-05-14 15:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-14 15:51 [gentoo-commits] repo/proj/guru:master commit in: dev-python/django-widget-tweaks/ Julien Roy
-- strict thread matches above, loose matches on Subject: below --
2024-04-13 22:19 Julien Roy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox