pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security
Module Name: pkgsrc
Committed By: adam
Date: Tue Apr 15 12:52:00 UTC 2025
Modified Files:
pkgsrc/security: Makefile
Added Files:
pkgsrc/security/py-django-cryptography-django5: DESCR Makefile PLIST
distinfo
pkgsrc/security/py-django-cryptography-django5/patches: patch-setup.cfg
Log Message:
py-django-cryptography-django5: added version 2.2
A set of primitives for easily encrypting data in Django, wrapping the Python
Cryptography library. Also provided is a drop in replacement for Django's own
cryptographic primitives, using Cryptography as the backend provider.
To generate a diff of this commit:
cvs rdiff -u -r1.976 -r1.977 pkgsrc/security/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/security/py-django-cryptography-django5/DESCR \
pkgsrc/security/py-django-cryptography-django5/Makefile \
pkgsrc/security/py-django-cryptography-django5/PLIST \
pkgsrc/security/py-django-cryptography-django5/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/security/py-django-cryptography-django5/patches/patch-setup.cfg
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/Makefile
diff -u pkgsrc/security/Makefile:1.976 pkgsrc/security/Makefile:1.977
--- pkgsrc/security/Makefile:1.976 Tue Apr 1 16:59:51 2025
+++ pkgsrc/security/Makefile Tue Apr 15 12:51:59 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.976 2025/04/01 16:59:51 abs Exp $
+# $NetBSD: Makefile,v 1.977 2025/04/15 12:51:59 adam Exp $
#
COMMENT= Security and cryptography tools and libraries
@@ -488,6 +488,7 @@ SUBDIR+= py-cybox
SUBDIR+= py-cyclonedx-bom
SUBDIR+= py-cyclonedx-python-lib
SUBDIR+= py-denyhosts
+SUBDIR+= py-django-cryptography-django5
SUBDIR+= py-ecdsa
SUBDIR+= py-fido2
SUBDIR+= py-gnupg
Added files:
Index: pkgsrc/security/py-django-cryptography-django5/DESCR
diff -u /dev/null pkgsrc/security/py-django-cryptography-django5/DESCR:1.1
--- /dev/null Tue Apr 15 12:52:00 2025
+++ pkgsrc/security/py-django-cryptography-django5/DESCR Tue Apr 15 12:52:00 2025
@@ -0,0 +1,3 @@
+A set of primitives for easily encrypting data in Django, wrapping the Python
+Cryptography library. Also provided is a drop in replacement for Django's own
+cryptographic primitives, using Cryptography as the backend provider.
Index: pkgsrc/security/py-django-cryptography-django5/Makefile
diff -u /dev/null pkgsrc/security/py-django-cryptography-django5/Makefile:1.1
--- /dev/null Tue Apr 15 12:52:00 2025
+++ pkgsrc/security/py-django-cryptography-django5/Makefile Tue Apr 15 12:52:00 2025
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2025/04/15 12:52:00 adam Exp $
+
+DISTNAME= django_cryptography_django5-2.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
+CATEGORIES= security python
+MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-cryptography-django5/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/chrisclark/django-cryptography
+COMMENT= Easily encrypt data in Django
+LICENSE= modified-bsd
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+DEPENDS+= ${PYPKGPREFIX}-cryptography>=42.0:../../security/py-cryptography
+DEPENDS+= ${PYPKGPREFIX}-django>=3.2:../../www/py-django
+DEPENDS+= ${PYPKGPREFIX}-django-appconf>0:../../www/py-django-appconf
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-django-cryptography-django5/PLIST
diff -u /dev/null pkgsrc/security/py-django-cryptography-django5/PLIST:1.1
--- /dev/null Tue Apr 15 12:52:00 2025
+++ pkgsrc/security/py-django-cryptography-django5/PLIST Tue Apr 15 12:52:00 2025
@@ -0,0 +1,31 @@
+@comment $NetBSD: PLIST,v 1.1 2025/04/15 12:52:00 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/django_cryptography/__init__.py
+${PYSITELIB}/django_cryptography/__init__.pyc
+${PYSITELIB}/django_cryptography/__init__.pyo
+${PYSITELIB}/django_cryptography/conf.py
+${PYSITELIB}/django_cryptography/conf.pyc
+${PYSITELIB}/django_cryptography/conf.pyo
+${PYSITELIB}/django_cryptography/core/__init__.py
+${PYSITELIB}/django_cryptography/core/__init__.pyc
+${PYSITELIB}/django_cryptography/core/__init__.pyo
+${PYSITELIB}/django_cryptography/core/signing.py
+${PYSITELIB}/django_cryptography/core/signing.pyc
+${PYSITELIB}/django_cryptography/core/signing.pyo
+${PYSITELIB}/django_cryptography/fields.py
+${PYSITELIB}/django_cryptography/fields.pyc
+${PYSITELIB}/django_cryptography/fields.pyo
+${PYSITELIB}/django_cryptography/py.typed
+${PYSITELIB}/django_cryptography/typing.py
+${PYSITELIB}/django_cryptography/typing.pyc
+${PYSITELIB}/django_cryptography/typing.pyo
+${PYSITELIB}/django_cryptography/utils/__init__.py
+${PYSITELIB}/django_cryptography/utils/__init__.pyc
+${PYSITELIB}/django_cryptography/utils/__init__.pyo
+${PYSITELIB}/django_cryptography/utils/crypto.py
+${PYSITELIB}/django_cryptography/utils/crypto.pyc
+${PYSITELIB}/django_cryptography/utils/crypto.pyo
Index: pkgsrc/security/py-django-cryptography-django5/distinfo
diff -u /dev/null pkgsrc/security/py-django-cryptography-django5/distinfo:1.1
--- /dev/null Tue Apr 15 12:52:00 2025
+++ pkgsrc/security/py-django-cryptography-django5/distinfo Tue Apr 15 12:52:00 2025
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2025/04/15 12:52:00 adam Exp $
+
+BLAKE2s (django_cryptography_django5-2.2.tar.gz) = 9ca9a1386718f1b4fe37de7d2bd238e7ebaacd11fe90f0f13956fbb1dde60d8d
+SHA512 (django_cryptography_django5-2.2.tar.gz) = fcb48b48b6c3a7144ecea7a7637608b4194632e15a342932f3f0341371c5334d0062b547a4a38f670be25bbb50ad15a6b95b0563f2815b835a96c22e72892689
+Size (django_cryptography_django5-2.2.tar.gz) = 33400 bytes
+SHA1 (patch-setup.cfg) = de439d69100488712ed6263c7b105292125c7380
Index: pkgsrc/security/py-django-cryptography-django5/patches/patch-setup.cfg
diff -u /dev/null pkgsrc/security/py-django-cryptography-django5/patches/patch-setup.cfg:1.1
--- /dev/null Tue Apr 15 12:52:00 2025
+++ pkgsrc/security/py-django-cryptography-django5/patches/patch-setup.cfg Tue Apr 15 12:52:00 2025
@@ -0,0 +1,16 @@
+$NetBSD: patch-setup.cfg,v 1.1 2025/04/15 12:52:00 adam Exp $
+
+Do not install tests.
+
+--- setup.cfg.orig 2025-04-15 12:44:59.801360774 +0000
++++ setup.cfg
+@@ -51,6 +51,9 @@ mypy =
+ [options.package_data]
+ django_cryptography = py.typed
+
++[options.packages.find]
++exclude = tests*
++
+ [bdist_wheel]
+ universal = 1
+
Home |
Main Index |
Thread Index |
Old Index