pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
mintotp: Import mintotp-0.2.0 as wip/mintotp
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Thu Feb 11 23:40:03 2021 +0100
Changeset: 9a3b966f857d579f25809eb0a69c0aaf68422c95
Modified Files:
Makefile
Added Files:
mintotp/DESCR
mintotp/Makefile
mintotp/PLIST
mintotp/distinfo
Log Message:
mintotp: Import mintotp-0.2.0 as wip/mintotp
MinTOTP is a minimal TOTP generator written in Python.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9a3b966f857d579f25809eb0a69c0aaf68422c95
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
mintotp/DESCR | 1 +
mintotp/Makefile | 21 +++++++++++++++++++++
mintotp/PLIST | 10 ++++++++++
mintotp/distinfo | 6 ++++++
5 files changed, 39 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index cf84aea795..62ca2fdd0f 100644
--- a/Makefile
+++ b/Makefile
@@ -2322,6 +2322,7 @@ SUBDIR+= mini18n
SUBDIR+= minio
SUBDIR+= minio-client
SUBDIR+= minizip192
+SUBDIR+= mintotp
SUBDIR+= minuit2
SUBDIR+= mipscope
SUBDIR+= miracl
diff --git a/mintotp/DESCR b/mintotp/DESCR
new file mode 100644
index 0000000000..279109693d
--- /dev/null
+++ b/mintotp/DESCR
@@ -0,0 +1 @@
+MinTOTP is a minimal TOTP generator written in Python.
diff --git a/mintotp/Makefile b/mintotp/Makefile
new file mode 100644
index 0000000000..623a73df62
--- /dev/null
+++ b/mintotp/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME= mintotp-0.2.0
+CATEGORIES= security
+MASTER_SITES= ${MASTER_SITE_PYPI:=m/mintotp/}
+
+MAINTAINER= leot%NetBSD.org@localhost
+HOMEPAGE= https://github.com/susam/mintotp
+COMMENT= Minimal TOTP Generator
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+REPLACE_PYTHON+= mintotp.py
+
+# Only for Python 3
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/mintotp/PLIST b/mintotp/PLIST
new file mode 100644
index 0000000000..7db2cc8c35
--- /dev/null
+++ b/mintotp/PLIST
@@ -0,0 +1,10 @@
+@comment $NetBSD$
+bin/mintotp
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/mintotp.py
+${PYSITELIB}/mintotp.pyc
+${PYSITELIB}/mintotp.pyo
diff --git a/mintotp/distinfo b/mintotp/distinfo
new file mode 100644
index 0000000000..5f90cef7d5
--- /dev/null
+++ b/mintotp/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (mintotp-0.2.0.tar.gz) = bd82f68290bdbf2591c609eb85ad82f119502c76
+RMD160 (mintotp-0.2.0.tar.gz) = c5cd606bb79895bbb5cd7b02335583aea0723278
+SHA512 (mintotp-0.2.0.tar.gz) = 1e32c513b6fb8c346847135752c62cd5d4e8c1295578e1db878a9aa0f8ee39def562bdb316006cdb78d7f95e8f8348d4a033083a3ce5f1229775bd37e8d325c9
+Size (mintotp-0.2.0.tar.gz) = 8258 bytes
Home |
Main Index |
Thread Index |
Old Index