pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-django-sslserver



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Mar 31 01:00:38 UTC 2023

Added Files:
        pkgsrc/www/py-django-sslserver: DESCR Makefile PLIST distinfo

Log Message:
Add py-django-sslserver-0.20:

Django SSL Server is a SSL-enabled development server for the Django
Framework. It is not intended for productive environments and should not
be considered secure.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-django-sslserver/DESCR \
    pkgsrc/www/py-django-sslserver/Makefile \
    pkgsrc/www/py-django-sslserver/PLIST \
    pkgsrc/www/py-django-sslserver/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/www/py-django-sslserver/DESCR
diff -u /dev/null pkgsrc/www/py-django-sslserver/DESCR:1.1
--- /dev/null   Fri Mar 31 01:00:38 2023
+++ pkgsrc/www/py-django-sslserver/DESCR        Fri Mar 31 01:00:38 2023
@@ -0,0 +1,3 @@
+Django SSL Server is a SSL-enabled development server for the Django
+Framework. It is not intended for productive environments and should not
+be considered secure.
Index: pkgsrc/www/py-django-sslserver/Makefile
diff -u /dev/null pkgsrc/www/py-django-sslserver/Makefile:1.1
--- /dev/null   Fri Mar 31 01:00:38 2023
+++ pkgsrc/www/py-django-sslserver/Makefile     Fri Mar 31 01:00:38 2023
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2023/03/31 01:00:38 joerg Exp $
+
+DISTNAME=      django-sslserver-0.20
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel www python
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=teddziuba/}
+GITHUB_TAG=    27c6f467524583fc522dc7b6792f166960c60210
+GITHUB_PROJECT=        django-sslserver
+
+MAINTAINER=    joerg%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/teddziuba/django-sslserver
+COMMENT=       SSL-enabled development server for Django
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-django>=1.8:../../www/py-django
+
+USE_LANGUAGES=         # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-django-sslserver/PLIST
diff -u /dev/null pkgsrc/www/py-django-sslserver/PLIST:1.1
--- /dev/null   Fri Mar 31 01:00:38 2023
+++ pkgsrc/www/py-django-sslserver/PLIST        Fri Mar 31 01:00:38 2023
@@ -0,0 +1,20 @@
+@comment $NetBSD: PLIST,v 1.1 2023/03/31 01:00:38 joerg Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/sslserver/__init__.py
+${PYSITELIB}/sslserver/__init__.pyc
+${PYSITELIB}/sslserver/__init__.pyo
+${PYSITELIB}/sslserver/certs/development.crt
+${PYSITELIB}/sslserver/certs/development.key
+${PYSITELIB}/sslserver/management/__init__.py
+${PYSITELIB}/sslserver/management/__init__.pyc
+${PYSITELIB}/sslserver/management/__init__.pyo
+${PYSITELIB}/sslserver/management/commands/__init__.py
+${PYSITELIB}/sslserver/management/commands/__init__.pyc
+${PYSITELIB}/sslserver/management/commands/__init__.pyo
+${PYSITELIB}/sslserver/management/commands/runsslserver.py
+${PYSITELIB}/sslserver/management/commands/runsslserver.pyc
+${PYSITELIB}/sslserver/management/commands/runsslserver.pyo
Index: pkgsrc/www/py-django-sslserver/distinfo
diff -u /dev/null pkgsrc/www/py-django-sslserver/distinfo:1.1
--- /dev/null   Fri Mar 31 01:00:38 2023
+++ pkgsrc/www/py-django-sslserver/distinfo     Fri Mar 31 01:00:38 2023
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2023/03/31 01:00:38 joerg Exp $
+
+BLAKE2s (django-sslserver-0.20-27c6f467524583fc522dc7b6792f166960c60210.tar.gz) = 58ac00cb0d2207d3a9152a5e677391646d80061b161de1d8b597a78c4e3ad881
+SHA512 (django-sslserver-0.20-27c6f467524583fc522dc7b6792f166960c60210.tar.gz) = 
531cdbdf7c16c98c38dfe75e384a19e67d832be6c406f627ebfbee9a4c8cccf7e2b209c054d5f9ab395a94da922bbece790de1237beff54188741e359eebb952
+Size (django-sslserver-0.20-27c6f467524583fc522dc7b6792f166960c60210.tar.gz) = 12901 bytes
+SHA1 (patch-requests_____init____.py) = 9915c51b02dd62f5c961ab388422d6f18a1dbedc
+SHA1 (patch-setup.py) = 1b6ba462a0c3d6079f7d0fc738ba8000b6e892b4



Home | Main Index | Thread Index | Old Index