pkgsrc-WIP-changes archive

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

py-secretpy: Import py-secretpy-0.10.0 as wip/py-secretpy



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Fri Mar 19 02:00:31 2021 +0100
Changeset:	e7a9335a7e0335814b208115b1fdfe7c3a851d5c

Modified Files:
	Makefile
Added Files:
	py-secretpy/DESCR
	py-secretpy/Makefile
	py-secretpy/PLIST
	py-secretpy/distinfo

Log Message:
py-secretpy: Import py-secretpy-0.10.0 as wip/py-secretpy

SecretPy is a cryptographic Python package permitting to
enciphering/deciphering with classical cipher algorithms.

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

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

diffstat:
 Makefile             |   1 +
 py-secretpy/DESCR    |   2 +
 py-secretpy/Makefile |  16 ++++++
 py-secretpy/PLIST    | 146 +++++++++++++++++++++++++++++++++++++++++++++++++++
 py-secretpy/distinfo |   6 +++
 5 files changed, 171 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 66633d58d5..8a801ab66e 100644
--- a/Makefile
+++ b/Makefile
@@ -4448,6 +4448,7 @@ SUBDIR+=	py-sdeint
 SUBDIR+=	py-sdnotify
 SUBDIR+=	py-sdt_metrics
 SUBDIR+=	py-se
+SUBDIR+=	py-secretpy
 SUBDIR+=	py-secretstorage
 SUBDIR+=	py-seeds
 SUBDIR+=	py-selection
diff --git a/py-secretpy/DESCR b/py-secretpy/DESCR
new file mode 100644
index 0000000000..10d3436b7b
--- /dev/null
+++ b/py-secretpy/DESCR
@@ -0,0 +1,2 @@
+SecretPy is a cryptographic Python package permitting to
+enciphering/deciphering with classical cipher algorithms.
diff --git a/py-secretpy/Makefile b/py-secretpy/Makefile
new file mode 100644
index 0000000000..2d6345fe1f
--- /dev/null
+++ b/py-secretpy/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.8 2021/03/04 10:20:48 leot Exp $
+
+DISTNAME=	secretpy-0.10.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	security python
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/secretpy/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/tigertv/secretpy
+COMMENT=	Classical cipher algorithms Python package
+LICENSE=	mit
+
+#DEPENDS+=	${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-secretpy/PLIST b/py-secretpy/PLIST
new file mode 100644
index 0000000000..0e50b19048
--- /dev/null
+++ b/py-secretpy/PLIST
@@ -0,0 +1,146 @@
+@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}/secretpy/__init__.py
+${PYSITELIB}/secretpy/__init__.pyc
+${PYSITELIB}/secretpy/__init__.pyo
+${PYSITELIB}/secretpy/abstractmachine.py
+${PYSITELIB}/secretpy/abstractmachine.pyc
+${PYSITELIB}/secretpy/abstractmachine.pyo
+${PYSITELIB}/secretpy/alphabets.py
+${PYSITELIB}/secretpy/alphabets.pyc
+${PYSITELIB}/secretpy/alphabets.pyo
+${PYSITELIB}/secretpy/ciphers/__init__.py
+${PYSITELIB}/secretpy/ciphers/__init__.pyc
+${PYSITELIB}/secretpy/ciphers/__init__.pyo
+${PYSITELIB}/secretpy/ciphers/adfgvx.py
+${PYSITELIB}/secretpy/ciphers/adfgvx.pyc
+${PYSITELIB}/secretpy/ciphers/adfgvx.pyo
+${PYSITELIB}/secretpy/ciphers/adfgx.py
+${PYSITELIB}/secretpy/ciphers/adfgx.pyc
+${PYSITELIB}/secretpy/ciphers/adfgx.pyo
+${PYSITELIB}/secretpy/ciphers/affine.py
+${PYSITELIB}/secretpy/ciphers/affine.pyc
+${PYSITELIB}/secretpy/ciphers/affine.pyo
+${PYSITELIB}/secretpy/ciphers/atbash.py
+${PYSITELIB}/secretpy/ciphers/atbash.pyc
+${PYSITELIB}/secretpy/ciphers/atbash.pyo
+${PYSITELIB}/secretpy/ciphers/autokey.py
+${PYSITELIB}/secretpy/ciphers/autokey.pyc
+${PYSITELIB}/secretpy/ciphers/autokey.pyo
+${PYSITELIB}/secretpy/ciphers/bazeries.py
+${PYSITELIB}/secretpy/ciphers/bazeries.pyc
+${PYSITELIB}/secretpy/ciphers/bazeries.pyo
+${PYSITELIB}/secretpy/ciphers/beaufort.py
+${PYSITELIB}/secretpy/ciphers/beaufort.pyc
+${PYSITELIB}/secretpy/ciphers/beaufort.pyo
+${PYSITELIB}/secretpy/ciphers/bifid.py
+${PYSITELIB}/secretpy/ciphers/bifid.pyc
+${PYSITELIB}/secretpy/ciphers/bifid.pyo
+${PYSITELIB}/secretpy/ciphers/caesar.py
+${PYSITELIB}/secretpy/ciphers/caesar.pyc
+${PYSITELIB}/secretpy/ciphers/caesar.pyo
+${PYSITELIB}/secretpy/ciphers/caesar_progressive.py
+${PYSITELIB}/secretpy/ciphers/caesar_progressive.pyc
+${PYSITELIB}/secretpy/ciphers/caesar_progressive.pyo
+${PYSITELIB}/secretpy/ciphers/chao.py
+${PYSITELIB}/secretpy/ciphers/chao.pyc
+${PYSITELIB}/secretpy/ciphers/chao.pyo
+${PYSITELIB}/secretpy/ciphers/columnar_transposition.py
+${PYSITELIB}/secretpy/ciphers/columnar_transposition.pyc
+${PYSITELIB}/secretpy/ciphers/columnar_transposition.pyo
+${PYSITELIB}/secretpy/ciphers/four_square.py
+${PYSITELIB}/secretpy/ciphers/four_square.pyc
+${PYSITELIB}/secretpy/ciphers/four_square.pyo
+${PYSITELIB}/secretpy/ciphers/gronsfeld.py
+${PYSITELIB}/secretpy/ciphers/gronsfeld.pyc
+${PYSITELIB}/secretpy/ciphers/gronsfeld.pyo
+${PYSITELIB}/secretpy/ciphers/keyword.py
+${PYSITELIB}/secretpy/ciphers/keyword.pyc
+${PYSITELIB}/secretpy/ciphers/keyword.pyo
+${PYSITELIB}/secretpy/ciphers/myszkowski_transposition.py
+${PYSITELIB}/secretpy/ciphers/myszkowski_transposition.pyc
+${PYSITELIB}/secretpy/ciphers/myszkowski_transposition.pyo
+${PYSITELIB}/secretpy/ciphers/nihilist.py
+${PYSITELIB}/secretpy/ciphers/nihilist.pyc
+${PYSITELIB}/secretpy/ciphers/nihilist.pyo
+${PYSITELIB}/secretpy/ciphers/playfair.py
+${PYSITELIB}/secretpy/ciphers/playfair.pyc
+${PYSITELIB}/secretpy/ciphers/playfair.pyo
+${PYSITELIB}/secretpy/ciphers/polybius.py
+${PYSITELIB}/secretpy/ciphers/polybius.pyc
+${PYSITELIB}/secretpy/ciphers/polybius.pyo
+${PYSITELIB}/secretpy/ciphers/polybius_square.py
+${PYSITELIB}/secretpy/ciphers/polybius_square.pyc
+${PYSITELIB}/secretpy/ciphers/polybius_square.pyo
+${PYSITELIB}/secretpy/ciphers/porta.py
+${PYSITELIB}/secretpy/ciphers/porta.pyc
+${PYSITELIB}/secretpy/ciphers/porta.pyo
+${PYSITELIB}/secretpy/ciphers/rot13.py
+${PYSITELIB}/secretpy/ciphers/rot13.pyc
+${PYSITELIB}/secretpy/ciphers/rot13.pyo
+${PYSITELIB}/secretpy/ciphers/rot18.py
+${PYSITELIB}/secretpy/ciphers/rot18.pyc
+${PYSITELIB}/secretpy/ciphers/rot18.pyo
+${PYSITELIB}/secretpy/ciphers/rot47.py
+${PYSITELIB}/secretpy/ciphers/rot47.pyc
+${PYSITELIB}/secretpy/ciphers/rot47.pyo
+${PYSITELIB}/secretpy/ciphers/rot5.py
+${PYSITELIB}/secretpy/ciphers/rot5.pyc
+${PYSITELIB}/secretpy/ciphers/rot5.pyo
+${PYSITELIB}/secretpy/ciphers/simplesubstitution.py
+${PYSITELIB}/secretpy/ciphers/simplesubstitution.pyc
+${PYSITELIB}/secretpy/ciphers/simplesubstitution.pyo
+${PYSITELIB}/secretpy/ciphers/three_square.py
+${PYSITELIB}/secretpy/ciphers/three_square.pyc
+${PYSITELIB}/secretpy/ciphers/three_square.pyo
+${PYSITELIB}/secretpy/ciphers/trifid.py
+${PYSITELIB}/secretpy/ciphers/trifid.pyc
+${PYSITELIB}/secretpy/ciphers/trifid.pyo
+${PYSITELIB}/secretpy/ciphers/two_square.py
+${PYSITELIB}/secretpy/ciphers/two_square.pyc
+${PYSITELIB}/secretpy/ciphers/two_square.pyo
+${PYSITELIB}/secretpy/ciphers/vic.py
+${PYSITELIB}/secretpy/ciphers/vic.pyc
+${PYSITELIB}/secretpy/ciphers/vic.pyo
+${PYSITELIB}/secretpy/ciphers/vigenere.py
+${PYSITELIB}/secretpy/ciphers/vigenere.pyc
+${PYSITELIB}/secretpy/ciphers/vigenere.pyo
+${PYSITELIB}/secretpy/ciphers/zigzag.py
+${PYSITELIB}/secretpy/ciphers/zigzag.pyc
+${PYSITELIB}/secretpy/ciphers/zigzag.pyo
+${PYSITELIB}/secretpy/cmdecorators/__init__.py
+${PYSITELIB}/secretpy/cmdecorators/__init__.pyc
+${PYSITELIB}/secretpy/cmdecorators/__init__.pyo
+${PYSITELIB}/secretpy/cmdecorators/decorator.py
+${PYSITELIB}/secretpy/cmdecorators/decorator.pyc
+${PYSITELIB}/secretpy/cmdecorators/decorator.pyo
+${PYSITELIB}/secretpy/cmdecorators/lowercase.py
+${PYSITELIB}/secretpy/cmdecorators/lowercase.pyc
+${PYSITELIB}/secretpy/cmdecorators/lowercase.pyo
+${PYSITELIB}/secretpy/cmdecorators/nospaces.py
+${PYSITELIB}/secretpy/cmdecorators/nospaces.pyc
+${PYSITELIB}/secretpy/cmdecorators/nospaces.pyo
+${PYSITELIB}/secretpy/cmdecorators/remove_non_alphabet.py
+${PYSITELIB}/secretpy/cmdecorators/remove_non_alphabet.pyc
+${PYSITELIB}/secretpy/cmdecorators/remove_non_alphabet.pyo
+${PYSITELIB}/secretpy/cmdecorators/save_all.py
+${PYSITELIB}/secretpy/cmdecorators/save_all.pyc
+${PYSITELIB}/secretpy/cmdecorators/save_all.pyo
+${PYSITELIB}/secretpy/cmdecorators/savecase.py
+${PYSITELIB}/secretpy/cmdecorators/savecase.pyc
+${PYSITELIB}/secretpy/cmdecorators/savecase.pyo
+${PYSITELIB}/secretpy/cmdecorators/savespaces.py
+${PYSITELIB}/secretpy/cmdecorators/savespaces.pyc
+${PYSITELIB}/secretpy/cmdecorators/savespaces.pyo
+${PYSITELIB}/secretpy/cmdecorators/uppercase.py
+${PYSITELIB}/secretpy/cmdecorators/uppercase.pyc
+${PYSITELIB}/secretpy/cmdecorators/uppercase.pyo
+${PYSITELIB}/secretpy/compositemachine.py
+${PYSITELIB}/secretpy/compositemachine.pyc
+${PYSITELIB}/secretpy/compositemachine.pyo
+${PYSITELIB}/secretpy/cryptmachine.py
+${PYSITELIB}/secretpy/cryptmachine.pyc
+${PYSITELIB}/secretpy/cryptmachine.pyo
diff --git a/py-secretpy/distinfo b/py-secretpy/distinfo
new file mode 100644
index 0000000000..5a59795ac7
--- /dev/null
+++ b/py-secretpy/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.9 2021/03/04 10:20:48 leot Exp $
+
+SHA1 (secretpy-0.10.0.tar.gz) = cce321ddd708eeda98e964eb7a4523699211e4c7
+RMD160 (secretpy-0.10.0.tar.gz) = ac54032ce950fe23b22e4fc6c1ee78e3295da074
+SHA512 (secretpy-0.10.0.tar.gz) = d0c09c60b0f6151b7d8458a853c79e87641878cebc0ebf1e9b1d67c45afa2e5f5560602bf9c94cc0afb1029b5a7c4a8548e9dc24654dc69f8d05e05ee2531212
+Size (secretpy-0.10.0.tar.gz) = 15749 bytes


Home | Main Index | Thread Index | Old Index