pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Remove py-{canonicaljson,frozendict,signedjson,unpaddedbase64}
Module Name: pkgsrc-wip
Committed By: Jonathan Schleifer <js%nil.im@localhost>
Pushed By: js
Date: Sun Aug 16 18:56:12 2020 +0200
Changeset: b23651214b83ad3c218bc80cf46a045f2d5f2b3d
Removed Files:
py-canonicaljson/DESCR
py-canonicaljson/Makefile
py-canonicaljson/PLIST
py-canonicaljson/distinfo
py-frozendict/DESCR
py-frozendict/Makefile
py-frozendict/PLIST
py-frozendict/distinfo
py-signedjson/DESCR
py-signedjson/Makefile
py-signedjson/PLIST
py-signedjson/distinfo
py-unpaddedbase64/DESCR
py-unpaddedbase64/Makefile
py-unpaddedbase64/PLIST
py-unpaddedbase64/distinfo
Log Message:
Remove py-{canonicaljson,frozendict,signedjson,unpaddedbase64}
These have been imported into pkgsrc.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b23651214b83ad3c218bc80cf46a045f2d5f2b3d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-canonicaljson/DESCR | 1 -
py-canonicaljson/Makefile | 18 ------------------
py-canonicaljson/PLIST | 10 ----------
py-canonicaljson/distinfo | 6 ------
py-frozendict/DESCR | 1 -
py-frozendict/Makefile | 14 --------------
py-frozendict/PLIST | 8 --------
py-frozendict/distinfo | 6 ------
py-signedjson/DESCR | 1 -
py-signedjson/Makefile | 16 ----------------
py-signedjson/PLIST | 18 ------------------
py-signedjson/distinfo | 6 ------
py-unpaddedbase64/DESCR | 1 -
py-unpaddedbase64/Makefile | 21 ---------------------
py-unpaddedbase64/PLIST | 8 --------
py-unpaddedbase64/distinfo | 6 ------
16 files changed, 141 deletions(-)
diffs:
diff --git a/py-canonicaljson/DESCR b/py-canonicaljson/DESCR
deleted file mode 100644
index fdfa9d1431..0000000000
--- a/py-canonicaljson/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Encodes objects and arrays
diff --git a/py-canonicaljson/Makefile b/py-canonicaljson/Makefile
deleted file mode 100644
index 94f48cedc9..0000000000
--- a/py-canonicaljson/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD$
-
-DISTNAME= canonicaljson-1.1.4
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= devel python
-MASTER_SITES= ${MASTER_SITE_PYPI:=c/canonicaljson/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/matrix-org/
-COMMENT= Encodes objects and arrays
-LICENSE= apache-2.0
-
-INSTALLATION_DIRS= ${PYSITELIB}
-
-USE_LANGUAGES= python
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-canonicaljson/PLIST b/py-canonicaljson/PLIST
deleted file mode 100644
index af9f7a8d63..0000000000
--- a/py-canonicaljson/PLIST
+++ /dev/null
@@ -1,10 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/canonicaljson.pyo
-${PYSITELIB}/canonicaljson.pyc
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/${EGG_INFODIR}/zip-safe
-${PYSITELIB}/canonicaljson.py
diff --git a/py-canonicaljson/distinfo b/py-canonicaljson/distinfo
deleted file mode 100644
index ff8b45a9f7..0000000000
--- a/py-canonicaljson/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (canonicaljson-1.1.4.tar.gz) = 50622a7a18d88c9d28c36cef9c0adc40d156942e
-RMD160 (canonicaljson-1.1.4.tar.gz) = df86b6d842edc74643f9a29f84bbe4d514478560
-SHA512 (canonicaljson-1.1.4.tar.gz) = 00f10168f226ba4c5cb49a50f5c0f135003897645d5533acb7b62889781f42f1bccf13ee0f0e03d3990b575da499872bdb168a86890a3cc1d2052c768faaaac4
-Size (canonicaljson-1.1.4.tar.gz) = 9355 bytes
diff --git a/py-frozendict/DESCR b/py-frozendict/DESCR
deleted file mode 100644
index fd6278b9ac..0000000000
--- a/py-frozendict/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Immutable dictionary
diff --git a/py-frozendict/Makefile b/py-frozendict/Makefile
deleted file mode 100644
index 2c757b63ad..0000000000
--- a/py-frozendict/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD$
-
-DISTNAME= frozendict-1.2
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/v//}
-CATEGORIES= devel python
-MASTER_SITES= ${MASTER_SITE_PYPI:=f/frozendict/}
-
-MAINTAINER= kethzer.dr%gmail.com@localhost
-HOMEPAGE= https://github.com/slezica/python-frozendict
-COMMENT= Immutable dictionary
-LICENSE= mit
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-frozendict/PLIST b/py-frozendict/PLIST
deleted file mode 100644
index 8b6cc5d973..0000000000
--- a/py-frozendict/PLIST
+++ /dev/null
@@ -1,8 +0,0 @@
-@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}/frozendict/__init__.py
-${PYSITELIB}/frozendict/__init__.pyc
-${PYSITELIB}/frozendict/__init__.pyo
diff --git a/py-frozendict/distinfo b/py-frozendict/distinfo
deleted file mode 100644
index 4664a6880d..0000000000
--- a/py-frozendict/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (frozendict-1.2.tar.gz) = 88a893fecbb8ad629dbc4664358b25885f750e9b
-RMD160 (frozendict-1.2.tar.gz) = f9f5ec836fb3d1711da3eec2101538156ec709df
-SHA512 (frozendict-1.2.tar.gz) = 095cf5f6f8b02bf5666e04200431992bf4b3160aae3464d528bc256b1ab643e29dda78fe94d9e8c983dbfe66cd2459e0559122e17b6b8660c0552adc5318b3da
-Size (frozendict-1.2.tar.gz) = 2650 bytes
diff --git a/py-signedjson/DESCR b/py-signedjson/DESCR
deleted file mode 100644
index 37c5108f25..0000000000
--- a/py-signedjson/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Sign JSON objects with ED25519 signatures
diff --git a/py-signedjson/Makefile b/py-signedjson/Makefile
deleted file mode 100644
index 56b4834447..0000000000
--- a/py-signedjson/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD$
-
-DISTNAME= signedjson-1.1
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= security
-MASTER_SITES= ${MASTER_SITE_PYPI:=s/signedjson/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/matrix-org/
-COMMENT= Signs JSON objects with ED25519 signatures
-LICENSE= apache-2.0
-
-USE_LANGUAGES= python
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-signedjson/PLIST b/py-signedjson/PLIST
deleted file mode 100644
index 08baadbe59..0000000000
--- a/py-signedjson/PLIST
+++ /dev/null
@@ -1,18 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/signedjson/__init__.py
-${PYSITELIB}/signedjson/__init__.pyo
-${PYSITELIB}/signedjson/__init__.pyc
-${PYSITELIB}/signedjson/key.pyo
-${PYSITELIB}/signedjson/key.pyc
-${PYSITELIB}/signedjson/sign.pyo
-${PYSITELIB}/signedjson/sign.pyc
-${PYSITELIB}/signedjson/types.pyo
-${PYSITELIB}/signedjson/types.pyc
-${PYSITELIB}/signedjson/key.py
-${PYSITELIB}/signedjson/sign.py
-${PYSITELIB}/signedjson/types.py
diff --git a/py-signedjson/distinfo b/py-signedjson/distinfo
deleted file mode 100644
index c5a0a07c9e..0000000000
--- a/py-signedjson/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (signedjson-1.1.tar.gz) = d5b8d63f2863596f8e7a315df7421fa3cba49a3e
-RMD160 (signedjson-1.1.tar.gz) = d01ca8d1949292dd781267cdf85c77a68e269e94
-SHA512 (signedjson-1.1.tar.gz) = 1e03a20c7074825a1357dc4dd683a5debb32dc8dbda3d58ca68cd4b3d35482d92b7fb068cfa06076038e0df04ff5503d2c42806b62d4dd3ef38934ba7d6dc200
-Size (signedjson-1.1.tar.gz) = 10053 bytes
diff --git a/py-unpaddedbase64/DESCR b/py-unpaddedbase64/DESCR
deleted file mode 100644
index 7c4220c8a8..0000000000
--- a/py-unpaddedbase64/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Encode and decode Base64
diff --git a/py-unpaddedbase64/Makefile b/py-unpaddedbase64/Makefile
deleted file mode 100644
index 3632a4b94b..0000000000
--- a/py-unpaddedbase64/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD$
-
-DISTNAME= unpaddedbase64-${VERSION}
-VERSION= 1.1.0
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= devel python
-GITHUB_PROJECT= python-unpaddedbase64
-MASTER_SITES= ${MASTER_SITE_GITHUB:=matrix-org/}
-GITHUB_TAG= v${PKGVERSION_NOREV}
-EXTRACT_SUFX= .zip
-
-MAINTAINER= kethzer.dr%gmail.com@localhost
-HOMEPAGE= https://github.com/matrix-org/
-COMMENT= Encode and decode Base64
-LICENSE= apache-2.0
-
-USE_LANGUAGES= # none
-WRKSRC= ${WRKDIR}/python-${DISTNAME}
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-unpaddedbase64/PLIST b/py-unpaddedbase64/PLIST
deleted file mode 100644
index d36b141de7..0000000000
--- a/py-unpaddedbase64/PLIST
+++ /dev/null
@@ -1,8 +0,0 @@
-@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}/unpaddedbase64.py
-${PYSITELIB}/unpaddedbase64.pyc
-${PYSITELIB}/unpaddedbase64.pyo
diff --git a/py-unpaddedbase64/distinfo b/py-unpaddedbase64/distinfo
deleted file mode 100644
index 6e120584da..0000000000
--- a/py-unpaddedbase64/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (unpaddedbase64-1.1.0.zip) = 38eb7fe41b1fc20182b7e5bc40db40e7c584f244
-RMD160 (unpaddedbase64-1.1.0.zip) = 7fa06ba54e907ccc0af71fdaf52d485d7380b7fd
-SHA512 (unpaddedbase64-1.1.0.zip) = 2b3d16c11882dee3b835fd6aba8601a0f0c3bc45e086eb296a6a1f02f8fbe2ba676c10473c8b3522c7ae81b10f086f031fe22aa7de16447aaaf34132e0d2d44f
-Size (unpaddedbase64-1.1.0.zip) = 8271 bytes
Home |
Main Index |
Thread Index |
Old Index