pkgsrc-WIP-changes archive

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

py-slowaes: remove, imported to pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Sep 2 18:47:25 2016 +0200
Changeset:	db84a42c39af2358ff094793351887cc2ff25ee1

Removed Files:
	py-slowaes/DESCR
	py-slowaes/Makefile
	py-slowaes/PLIST
	py-slowaes/distinfo

Log Message:
py-slowaes: remove, imported to pkgsrc

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

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

diffstat:
 py-slowaes/DESCR    |  5 -----
 py-slowaes/Makefile | 16 ----------------
 py-slowaes/PLIST    |  8 --------
 py-slowaes/distinfo |  5 -----
 4 files changed, 34 deletions(-)

diffs:
diff --git a/py-slowaes/DESCR b/py-slowaes/DESCR
deleted file mode 100644
index 1155bdd..0000000
--- a/py-slowaes/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-Implementation of AES in pure Python.
-
-As such it will be slow (hence the project name) but still useful when
-faster ones are not available (for example, for JavaScript clients in
-browsers, and Python servers on Google App Engine).
diff --git a/py-slowaes/Makefile b/py-slowaes/Makefile
deleted file mode 100644
index c3842ae..0000000
--- a/py-slowaes/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2013/01/19 02:07:16 akihabara Exp $
-
-DISTNAME=	slowaes-0.1a1
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	security python
-MASTER_SITES=	${MASTER_SITE_PYPI:=s/slowaes/}
-
-MAINTAINER=	kyuupichan%gmail.com@localhost
-HOMEPAGE=	http://code.google.com/p/slowaes/
-COMMENT=	Implementation of AES in pure Python
-LICENSE=	apache-2.0
-
-PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # as of 0.1a1
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-slowaes/PLIST b/py-slowaes/PLIST
deleted file mode 100644
index a473a85..0000000
--- a/py-slowaes/PLIST
+++ /dev/null
@@ -1,8 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2013/01/17 08:52:58 akihabara Exp $
-${PYSITELIB}/aes.py
-${PYSITELIB}/aes.pyc
-${PYSITELIB}/aes.pyo
-${PYSITELIB}/slowaes-${PKGVERSION}-py2.7.egg-info/PKG-INFO
-${PYSITELIB}/slowaes-${PKGVERSION}-py2.7.egg-info/SOURCES.txt
-${PYSITELIB}/slowaes-${PKGVERSION}-py2.7.egg-info/dependency_links.txt
-${PYSITELIB}/slowaes-${PKGVERSION}-py2.7.egg-info/top_level.txt
diff --git a/py-slowaes/distinfo b/py-slowaes/distinfo
deleted file mode 100644
index 92ae5a4..0000000
--- a/py-slowaes/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2013/01/17 08:52:58 akihabara Exp $
-
-SHA1 (slowaes-0.1a1.tar.gz) = 79488ef78f618f8c02ecf15cc79f8aadbae5031f
-RMD160 (slowaes-0.1a1.tar.gz) = 7ff6e05eea73ddbbf716489b024013d6faeab5d5
-Size (slowaes-0.1a1.tar.gz) = 7017 bytes


Home | Main Index | Thread Index | Old Index