pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc py-Des: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6328897f6371
branches:  trunk
changeset: 372101:6328897f6371
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 19 18:00:28 2022 +0000

description:
py-Des: remove

This is a DES implementation in python, last updated in 2010.
Nothing in pkgsrc uses it.

diffstat:

 doc/CHANGES-2022         |   3 ++-
 doc/TODO                 |   4 ++--
 security/Makefile        |   3 +--
 security/py-Des/DESCR    |  11 -----------
 security/py-Des/Makefile |  17 -----------------
 security/py-Des/PLIST    |   4 ----
 security/py-Des/distinfo |   5 -----
 7 files changed, 5 insertions(+), 42 deletions(-)

diffs (102 lines):

diff -r 15da0c905eda -r 6328897f6371 doc/CHANGES-2022
--- a/doc/CHANGES-2022  Wed Jan 19 17:57:14 2022 +0000
+++ b/doc/CHANGES-2022  Wed Jan 19 18:00:28 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.314 2022/01/19 14:05:05 pin Exp $
+$NetBSD: CHANGES-2022,v 1.315 2022/01/19 18:00:28 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2022:
 
@@ -448,3 +448,4 @@
        Updated devel/py-setuptools_scm to 6.4.2 [adam 2022-01-19]
        Updated net/rabbitmq to 3.9.13 [adam 2022-01-19]
        Updated audio/ncspot to 0.9.5 [pin 2022-01-19]
+       Removed security/py-Des [wiz 2022-01-19]
diff -r 15da0c905eda -r 6328897f6371 doc/TODO
--- a/doc/TODO  Wed Jan 19 17:57:14 2022 +0000
+++ b/doc/TODO  Wed Jan 19 18:00:28 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.21433 2022/01/19 06:05:05 adam Exp $
+$NetBSD: TODO,v 1.21434 2022/01/19 18:00:28 wiz Exp $
 
 Suggested new packages
 ======================
@@ -1900,7 +1900,7 @@
        o whowatch-1.8.5
        o widelands-1.0
        o windowlab-1.40
-       o wine-6.0.1
+       o wine-7.0
        o wine-devel-3.7
        o wiredtiger-10.0.0
        o wkhtmltopdf-0.12.5
diff -r 15da0c905eda -r 6328897f6371 security/Makefile
--- a/security/Makefile Wed Jan 19 17:57:14 2022 +0000
+++ b/security/Makefile Wed Jan 19 18:00:28 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.844 2022/01/10 02:30:41 khorben Exp $
+# $NetBSD: Makefile,v 1.845 2022/01/19 18:00:28 wiz Exp $
 #
 
 COMMENT=       Security and cryptography tools and libraries
@@ -425,7 +425,6 @@
 SUBDIR+=       pscan
 SUBDIR+=       putty
 SUBDIR+=       pwsafe
-SUBDIR+=       py-Des
 SUBDIR+=       py-OTXv2
 SUBDIR+=       py-OpenSSL
 SUBDIR+=       py-acme
diff -r 15da0c905eda -r 6328897f6371 security/py-Des/DESCR
--- a/security/py-Des/DESCR     Wed Jan 19 17:57:14 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-This is a pure python implementation of the DES encryption algorithm.
-It is in pure python to avoid portability issues, since most DES
-implementations are programmed in C (for performance reasons).
-
-Triple DES class is also implemented, utilising the DES base. Triple DES
-is either DES-EDE3 with a 24 byte key, or DES-EDE2 with a 16 byte key.
-See the "About triple DES" section below more info on this algorithm.
-
-The code below is not written for speed or performance, so not for those
-needing a fast des implementation, but rather a handy portable solution
-ideal for small usage.
diff -r 15da0c905eda -r 6328897f6371 security/py-Des/Makefile
--- a/security/py-Des/Makefile  Wed Jan 19 17:57:14 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2019/11/04 21:12:59 rillig Exp $
-#
-
-DISTNAME=      pyDes-2.0.1
-PKGNAME=       ${PYPKGPREFIX}-Des-2.0.1
-CATEGORIES=    security
-MASTER_SITES=  http://twhiteman.netfirms.com/pyDES/
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://twhiteman.netfirms.com/pyDES/
-COMMENT=       DES implementation in python
-LICENSE=       public-domain
-
-PYDISTUTILSPKG=        yes
-
-.include "../../lang/python/extension.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 15da0c905eda -r 6328897f6371 security/py-Des/PLIST
--- a/security/py-Des/PLIST     Wed Jan 19 17:57:14 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2012/11/04 21:57:11 pettai Exp $
-${PYSITELIB}/pyDes.py
-${PYSITELIB}/pyDes.pyc
-${PYSITELIB}/pyDes.pyo
diff -r 15da0c905eda -r 6328897f6371 security/py-Des/distinfo
--- a/security/py-Des/distinfo  Wed Jan 19 17:57:14 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:17:40 nia Exp $
-
-BLAKE2s (pyDes-2.0.1.tar.gz) = 355d50da6049dcc30a091a2b3508025dd6d36f767e1cd2b7966e219dc8fd5902
-SHA512 (pyDes-2.0.1.tar.gz) = b0754f89061e980d770dbe0aa206787189a60fb0daa5e4cd10a3fbd234fe4e479e1cfa1e95d1478ebddc3b1e0ac7be06d29c882a82f19a7d2962ddb456399e92
-Size (pyDes-2.0.1.tar.gz) = 11039 bytes



Home | Main Index | Thread Index | Old Index