Date: Tue, 20 Apr 2021 17:56:16 GMT From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 29c190b2523e - main - Add www/py-django-object-actions Message-ID: <202104201756.13KHuGmN004961@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=29c190b2523e5ccfb0e8021f6680c235460557a4 commit 29c190b2523e5ccfb0e8021f6680c235460557a4 Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2021-04-20 17:40:20 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2021-04-20 17:56:05 +0000 Add www/py-django-object-actions App for adding object tools for models in the admin PR: 254834 Reported by: gettoknowmi <gettoknowmi@yahoo.com> --- www/Makefile | 1 + www/py-django-object-actions/Makefile | 18 ++++++++++++++++++ www/py-django-object-actions/distinfo | 3 +++ www/py-django-object-actions/pkg-descr | 6 ++++++ 4 files changed, 28 insertions(+) diff --git a/www/Makefile b/www/Makefile index 6ea18a8f18be..f2f3d14b7f26 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1514,6 +1514,7 @@ SUBDIR += py-django-modern-rpc SUBDIR += py-django-mptt SUBDIR += py-django-netfields + SUBDIR += py-django-object-actions SUBDIR += py-django-otp SUBDIR += py-django-otp-yubikey SUBDIR += py-django-pglocks diff --git a/www/py-django-object-actions/Makefile b/www/py-django-object-actions/Makefile new file mode 100644 index 000000000000..0c91170d1bbb --- /dev/null +++ b/www/py-django-object-actions/Makefile @@ -0,0 +1,18 @@ +PORTNAME= django-object-actions +PORTVERSION= 3.0.2 +CATEGORIES= www +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= gettoknowmi@yahoo.com +COMMENT= Django app for adding object tools for models in the admin + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python:3.6+,run +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/www/py-django-object-actions/distinfo b/www/py-django-object-actions/distinfo new file mode 100644 index 000000000000..b625d7ac60c6 --- /dev/null +++ b/www/py-django-object-actions/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1618936109 +SHA256 (django-object-actions-3.0.2.tar.gz) = fd34982eaf6157820d8d31d24eb7d387b648093e835b1b59107701de30611039 +SIZE (django-object-actions-3.0.2.tar.gz) = 15523 diff --git a/www/py-django-object-actions/pkg-descr b/www/py-django-object-actions/pkg-descr new file mode 100644 index 000000000000..ae1aaaa34490 --- /dev/null +++ b/www/py-django-object-actions/pkg-descr @@ -0,0 +1,6 @@ +If you've ever tried making admin object tools, you may have thought, +"why can't this be as easy as making Django Admin Actions?" + +Well now they can be. + +WWW: https://github.com/crccheck/django-object-actions
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104201756.13KHuGmN004961>