pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel py-ruamel-ordereddict: removed, leaf package, de...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/134ab31a2d1b
branches:  trunk
changeset: 388790:134ab31a2d1b
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Nov 26 19:58:45 2022 +0000

description:
py-ruamel-ordereddict: removed, leaf package, delete upstream

diffstat:

 devel/Makefile                       |   3 +--
 devel/py-ruamel-ordereddict/DESCR    |  11 -----------
 devel/py-ruamel-ordereddict/Makefile |  20 --------------------
 devel/py-ruamel-ordereddict/PLIST    |  11 -----------
 devel/py-ruamel-ordereddict/distinfo |   5 -----
 5 files changed, 1 insertions(+), 49 deletions(-)

diffs (80 lines):

diff -r 51f4ada07071 -r 134ab31a2d1b devel/Makefile
--- a/devel/Makefile    Sat Nov 26 19:53:38 2022 +0000
+++ b/devel/Makefile    Sat Nov 26 19:58:45 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3832 2022/11/18 18:39:28 adam Exp $
+# $NetBSD: Makefile,v 1.3833 2022/11/26 19:58:45 adam Exp $
 #
 
 COMMENT=       Development utilities
@@ -2846,7 +2846,6 @@
 SUBDIR+=       py-rply
 SUBDIR+=       py-rstr
 SUBDIR+=       py-ruamel-base
-SUBDIR+=       py-ruamel-ordereddict
 SUBDIR+=       py-ruamel-yaml
 SUBDIR+=       py-ruamel-yaml-clib
 SUBDIR+=       py-sarge
diff -r 51f4ada07071 -r 134ab31a2d1b devel/py-ruamel-ordereddict/DESCR
--- a/devel/py-ruamel-ordereddict/DESCR Sat Nov 26 19:53:38 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-This is an implementation of an ordered dictionary with Key Insertion Order
-(KIO: updates of values do not affect the position of the key),
-Key Value Insertion Order (KVIO, an existing key's position is removed and
-put at the back).
-The standard library module OrderedDict, implemented later, implements
-a subset of ordereddict functionality.
-
-Sorted dictionaries are also provided.
-Currently only with Key Sorted Order (KSO, no sorting function can be
-specified but you can specify a transform to apply on the key before
-comparison (e.g. string.lower)).
diff -r 51f4ada07071 -r 134ab31a2d1b devel/py-ruamel-ordereddict/Makefile
--- a/devel/py-ruamel-ordereddict/Makefile      Sat Nov 26 19:53:38 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2022/01/04 20:53:37 wiz Exp $
-
-DISTNAME=      ruamel.ordereddict-0.4.15
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/./-/1}
-PKGREVISION=   1
-CATEGORIES=    devel python
-MASTER_SITES=  ${MASTER_SITE_PYPI:=r/ruamel.ordereddict/}
-
-MAINTAINER=    gde%llew.me@localhost
-HOMEPAGE=      https://sourceforge.net/projects/ruamel-ordereddict/
-COMMENT=       Version of dict that keeps keys in insertion resp. sorted order
-LICENSE=       mit
-
-PYTHON_VERSIONS_ACCEPTED=      27
-
-do-test:
-       cd ${WRKSRC}/test && ${PYTHONBIN} testordereddict.py
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 51f4ada07071 -r 134ab31a2d1b devel/py-ruamel-ordereddict/PLIST
--- a/devel/py-ruamel-ordereddict/PLIST Sat Nov 26 19:53:38 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2017/10/28 08:49:30 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/${EGG_NAME}-nspkg.pth
-${PYSITELIB}/_ordereddict.so
-${PYSITELIB}/ruamel/ordereddict/__init__.py
-${PYSITELIB}/ruamel/ordereddict/__init__.pyc
-${PYSITELIB}/ruamel/ordereddict/__init__.pyo
diff -r 51f4ada07071 -r 134ab31a2d1b devel/py-ruamel-ordereddict/distinfo
--- a/devel/py-ruamel-ordereddict/distinfo      Sat Nov 26 19:53:38 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:19:03 nia Exp $
-
-BLAKE2s (ruamel.ordereddict-0.4.15.tar.gz) = 3bc604b2f57ab9978e39c50cc1e524d6a6a74dde8128b4e96d3dc54f5ffebb89
-SHA512 (ruamel.ordereddict-0.4.15.tar.gz) = 83c4535e9e76b6d757a6298e06afb4fe29c47e5f8e20444863e85eefcd9ca249f7309dc6df7c67a32a9ddc20962fc7bde370923247331476b2f862b62ba3acec
-Size (ruamel.ordereddict-0.4.15.tar.gz) = 61864 bytes



Home | Main Index | Thread Index | Old Index