py-scramp-1.2.0 import to wip

This commit is contained in:
K.I.A.Derouiche 2020-12-27 13:27:42 +01:00
parent 9351a37ea4
commit 5425bac6fe
4 changed files with 38 additions and 0 deletions

1
py-scramp/DESCR Normal file
View File

@ -0,0 +1 @@
A pure-Python implementation of the SCRAM authentication protocol

14
py-scramp/Makefile Normal file
View File

@ -0,0 +1,14 @@
# $NetBSD$
DISTNAME= scramp-1.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pg8000/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/tlocke/scramp
COMMENT= Implementation of the SCRAM protocol
LICENSE= mit
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

17
py-scramp/PLIST Normal file
View File

@ -0,0 +1,17 @@
@comment $NetBSD$
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/scramp/__init__.py
${PYSITELIB}/scramp/__init__.pyc
${PYSITELIB}/scramp/__init__.pyo
${PYSITELIB}/scramp/_version.py
${PYSITELIB}/scramp/_version.pyc
${PYSITELIB}/scramp/_version.pyo
${PYSITELIB}/scramp/core.py
${PYSITELIB}/scramp/core.pyc
${PYSITELIB}/scramp/core.pyo
${PYSITELIB}/scramp/utils.py
${PYSITELIB}/scramp/utils.pyc
${PYSITELIB}/scramp/utils.pyo

6
py-scramp/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (scramp-1.2.0.tar.gz) = daae9e0ee0348b6c463dd3885228a2645e25f7ad
RMD160 (scramp-1.2.0.tar.gz) = 96d749fb27e89eca02b1d9fde9f333cc52705cb5
SHA512 (scramp-1.2.0.tar.gz) = a648f431cee46a17e347fd39411b39693efbc5a1f5801c8ec72000669fcb20e8c77ecc64b34d5946f09ccdde9cde26143664736fb7eae5c60a3f9b024d356dbf
Size (scramp-1.2.0.tar.gz) = 24064 bytes