pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jan  6 10:26:41 UTC 2025

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/py-orderly-set: DESCR Makefile PLIST distinfo

Log Message:
py-orderly-set: added version 5.2.3

Orderly Set is a package containing multiple implementations of Ordered Set.


To generate a diff of this commit:
cvs rdiff -u -r1.4382 -r1.4383 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-orderly-set/DESCR \
    pkgsrc/devel/py-orderly-set/Makefile pkgsrc/devel/py-orderly-set/PLIST \
    pkgsrc/devel/py-orderly-set/distinfo

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

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.4382 pkgsrc/devel/Makefile:1.4383
--- pkgsrc/devel/Makefile:1.4382        Thu Jan  2 21:44:43 2025
+++ pkgsrc/devel/Makefile       Mon Jan  6 10:26:41 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4382 2025/01/02 21:44:43 pin Exp $
+# $NetBSD: Makefile,v 1.4383 2025/01/06 10:26:41 adam Exp $
 #
 
 COMMENT=       Development utilities
@@ -2774,6 +2774,7 @@ SUBDIR+=  py-olefile
 SUBDIR+=       py-open-vcdiff
 SUBDIR+=       py-orca
 SUBDIR+=       py-ordered-set
+SUBDIR+=       py-orderly-set
 SUBDIR+=       py-outcome
 SUBDIR+=       py-overrides
 SUBDIR+=       py-packageurl

Added files:

Index: pkgsrc/devel/py-orderly-set/DESCR
diff -u /dev/null pkgsrc/devel/py-orderly-set/DESCR:1.1
--- /dev/null   Mon Jan  6 10:26:41 2025
+++ pkgsrc/devel/py-orderly-set/DESCR   Mon Jan  6 10:26:41 2025
@@ -0,0 +1 @@
+Orderly Set is a package containing multiple implementations of Ordered Set.
Index: pkgsrc/devel/py-orderly-set/Makefile
diff -u /dev/null pkgsrc/devel/py-orderly-set/Makefile:1.1
--- /dev/null   Mon Jan  6 10:26:41 2025
+++ pkgsrc/devel/py-orderly-set/Makefile        Mon Jan  6 10:26:41 2025
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2025/01/06 10:26:41 adam Exp $
+
+DISTNAME=      orderly_set-5.2.3
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=o/orderly-set/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/seperman/orderly-set
+COMMENT=       Multiple implementations of ordered set
+LICENSE=       mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-orderly-set/PLIST
diff -u /dev/null pkgsrc/devel/py-orderly-set/PLIST:1.1
--- /dev/null   Mon Jan  6 10:26:41 2025
+++ pkgsrc/devel/py-orderly-set/PLIST   Mon Jan  6 10:26:41 2025
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1 2025/01/06 10:26:41 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.md
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/zip-safe
+${PYSITELIB}/orderly_set/__init__.py
+${PYSITELIB}/orderly_set/__init__.pyc
+${PYSITELIB}/orderly_set/__init__.pyo
+${PYSITELIB}/orderly_set/py.typed
+${PYSITELIB}/orderly_set/sets.py
+${PYSITELIB}/orderly_set/sets.pyc
+${PYSITELIB}/orderly_set/sets.pyo
Index: pkgsrc/devel/py-orderly-set/distinfo
diff -u /dev/null pkgsrc/devel/py-orderly-set/distinfo:1.1
--- /dev/null   Mon Jan  6 10:26:41 2025
+++ pkgsrc/devel/py-orderly-set/distinfo        Mon Jan  6 10:26:41 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/01/06 10:26:41 adam Exp $
+
+BLAKE2s (orderly_set-5.2.3.tar.gz) = ee9b5f2810ac108d2c2bf2d1cbbcd34c4aafbafcbb34b2caeed185cbe39fb8c6
+SHA512 (orderly_set-5.2.3.tar.gz) = 6c64086de55c6152056d8f92e35273865bc94616b90e1c56f4c88e94d6e9d39759f76d4ff57000d87abccb4ddc8faf441a71253d2b94bb9718d35b7a95342ddb
+Size (orderly_set-5.2.3.tar.gz) = 19698 bytes



Home | Main Index | Thread Index | Old Index