pkgsrc-WIP-changes archive

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

py-scramp-1.2.0 import to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sun Dec 27 13:27:42 2020 +0100
Changeset:	5425bac6fecd8f9735d8a072834da08f75d093a5

Added Files:
	py-scramp/DESCR
	py-scramp/Makefile
	py-scramp/PLIST
	py-scramp/distinfo

Log Message:
py-scramp-1.2.0 import to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5425bac6fecd8f9735d8a072834da08f75d093a5

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

diffstat:
 py-scramp/DESCR    |  1 +
 py-scramp/Makefile | 14 ++++++++++++++
 py-scramp/PLIST    | 17 +++++++++++++++++
 py-scramp/distinfo |  6 ++++++
 4 files changed, 38 insertions(+)

diffs:
diff --git a/py-scramp/DESCR b/py-scramp/DESCR
new file mode 100644
index 0000000000..2e4ada86cd
--- /dev/null
+++ b/py-scramp/DESCR
@@ -0,0 +1 @@
+A pure-Python implementation of the SCRAM authentication protocol
diff --git a/py-scramp/Makefile b/py-scramp/Makefile
new file mode 100644
index 0000000000..7bafaa357d
--- /dev/null
+++ b/py-scramp/Makefile
@@ -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@localhost
+HOMEPAGE=	https://github.com/tlocke/scramp
+COMMENT=	 Implementation of the SCRAM protocol
+LICENSE=	mit
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-scramp/PLIST b/py-scramp/PLIST
new file mode 100644
index 0000000000..e1b7b808d7
--- /dev/null
+++ b/py-scramp/PLIST
@@ -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
diff --git a/py-scramp/distinfo b/py-scramp/distinfo
new file mode 100644
index 0000000000..477d7d0db3
--- /dev/null
+++ b/py-scramp/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index