pkgsrc-WIP-changes archive

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

Revert "no tests available in src package, remove test dependencies"



Module Name:	pkgsrc-wip
Committed By:	Matthias Ferdinand <mf+ml.pkgsrc-users%netzwerkagentursaarland.de@localhost>
Pushed By:	o4v-mf-pkgsrc
Date:		Sat Jun 26 21:38:36 2021 +0200
Changeset:	e7d9b8995d98545e5d116d6a5775baa984c380e3

Modified Files:
	Makefile
Removed Files:
	py-hkdf/DESCR
	py-hkdf/Makefile
	py-hkdf/PLIST
	py-hkdf/distinfo

Log Message:
Revert "no tests available in src package, remove test dependencies"

This reverts commit 47be5ae60ae21f7c28c5cf7416cd472f76d07e3b.

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

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

diffstat:
 Makefile         |  1 -
 py-hkdf/DESCR    |  7 -------
 py-hkdf/Makefile | 23 -----------------------
 py-hkdf/PLIST    |  8 --------
 py-hkdf/distinfo |  6 ------
 5 files changed, 45 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index ce39854eee..eeaf1b9910 100644
--- a/Makefile
+++ b/Makefile
@@ -3827,7 +3827,6 @@ SUBDIR+=	py-hieroglyph
 SUBDIR+=	py-hiphive
 SUBDIR+=	py-hiredis
 SUBDIR+=	py-hmf
-SUBDIR+=	py-hkdf
 SUBDIR+=	py-holoviews
 SUBDIR+=	py-holoviz
 SUBDIR+=	py-homeassistant
diff --git a/py-hkdf/DESCR b/py-hkdf/DESCR
deleted file mode 100644
index ed0ec8abbf..0000000000
--- a/py-hkdf/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-This module implements the HMAC Key Derivation function, defined at
-
-    http://tools.ietf.org/html/draft-krawczyk-hkdf-01
-
-There are two interfaces: a functional interface, with separate extract
-and expand functions as defined in the draft RFC, and a wrapper class
-for these functions.
diff --git a/py-hkdf/Makefile b/py-hkdf/Makefile
deleted file mode 100644
index 2624aaf628..0000000000
--- a/py-hkdf/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	hkdf-0.0.3
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	security python
-MASTER_SITES=	${MASTER_SITE_PYPI:=h/hkdf/}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/casebeer/python-hkdf
-COMMENT=	HMAC-based Extract-and-Expand Key Derivation Function (HKDF; RFC 5869)
-LICENSE=	2-clause-bsd
-
-# if devel/py-nose  is not installed, it fails with
-#    don't know how to make generate-wrappers
-TEST_DEPENDS+=    ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
-
-# DEPENDS correctly auto-installs, but it gives an unnecessary dependency 
-# while not testing
-#DEPENDS+=    ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
-
-.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-hkdf/PLIST b/py-hkdf/PLIST
deleted file mode 100644
index 0673381f02..0000000000
--- a/py-hkdf/PLIST
+++ /dev/null
@@ -1,8 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2021/06/23 21:05:17 wiz Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/hkdf.py
-${PYSITELIB}/hkdf.pyc
-${PYSITELIB}/hkdf.pyo
diff --git a/py-hkdf/distinfo b/py-hkdf/distinfo
deleted file mode 100644
index bbf42f620c..0000000000
--- a/py-hkdf/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2021/06/23 21:05:17 wiz Exp $
-
-SHA1 (hkdf-0.0.3.tar.gz) = 8a9ae11de8270cd679839945b80f2fd1d0d11c77
-RMD160 (hkdf-0.0.3.tar.gz) = 655173ded611e8c58a3d05225bc18aa2c6896bd7
-SHA512 (hkdf-0.0.3.tar.gz) = c58f9310c151f8d710998d019221713ec71ac8083c42300f5e77326c7b35be341263c40fb485402937c381a6435cbd9899c8d32846a50d1d1e6a4d3e61f58c7d
-Size (hkdf-0.0.3.tar.gz) = 3959 bytes


Home | Main Index | Thread Index | Old Index