Skip to content

Commit

Permalink
Add www/py-django-object-actions
Browse files Browse the repository at this point in the history
App for adding object tools for models in the admin

PR:		254834
Reported by:	gettoknowmi <gettoknowmi@yahoo.com>
  • Loading branch information
dlangille committed Apr 20, 2021
1 parent fa23d8f commit 29c190b
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions www/Makefile
Expand Up @@ -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
Expand Down
18 changes: 18 additions & 0 deletions 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>
3 changes: 3 additions & 0 deletions 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
6 changes: 6 additions & 0 deletions 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

0 comments on commit 29c190b

Please sign in to comment.