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:           Tue Aug 30 10:46:36 UTC 2022

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

Log Message:
py-littleutils: added version 0.2.2

Small personal collection of python utility functions


To generate a diff of this commit:
cvs rdiff -u -r1.3785 -r1.3786 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-littleutils/DESCR \
    pkgsrc/devel/py-littleutils/Makefile pkgsrc/devel/py-littleutils/PLIST \
    pkgsrc/devel/py-littleutils/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.3785 pkgsrc/devel/Makefile:1.3786
--- pkgsrc/devel/Makefile:1.3785        Mon Aug 29 14:48:41 2022
+++ pkgsrc/devel/Makefile       Tue Aug 30 10:46:36 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3785 2022/08/29 14:48:41 thor Exp $
+# $NetBSD: Makefile,v 1.3786 2022/08/30 10:46:36 adam Exp $
 #
 
 COMMENT=       Development utilities
@@ -2566,6 +2566,7 @@ SUBDIR+=  py-libusb1
 SUBDIR+=       py-limits
 SUBDIR+=       py-line_profiler
 SUBDIR+=       py-linecache2
+SUBDIR+=       py-littleutils
 SUBDIR+=       py-llvmlite
 SUBDIR+=       py-lockfile
 SUBDIR+=       py-logan

Added files:

Index: pkgsrc/devel/py-littleutils/DESCR
diff -u /dev/null pkgsrc/devel/py-littleutils/DESCR:1.1
--- /dev/null   Tue Aug 30 10:46:36 2022
+++ pkgsrc/devel/py-littleutils/DESCR   Tue Aug 30 10:46:36 2022
@@ -0,0 +1 @@
+Small personal collection of Python utility functions.
Index: pkgsrc/devel/py-littleutils/Makefile
diff -u /dev/null pkgsrc/devel/py-littleutils/Makefile:1.1
--- /dev/null   Tue Aug 30 10:46:36 2022
+++ pkgsrc/devel/py-littleutils/Makefile        Tue Aug 30 10:46:36 2022
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2022/08/30 10:46:36 adam Exp $
+
+DISTNAME=      littleutils-0.2.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=l/littleutils/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/alexmojaki/littleutils
+COMMENT=       Small personal collection of Python utility functions
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-littleutils/PLIST
diff -u /dev/null pkgsrc/devel/py-littleutils/PLIST:1.1
--- /dev/null   Tue Aug 30 10:46:36 2022
+++ pkgsrc/devel/py-littleutils/PLIST   Tue Aug 30 10:46:36 2022
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2022/08/30 10:46:36 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/littleutils/__init__.py
+${PYSITELIB}/littleutils/__init__.pyc
+${PYSITELIB}/littleutils/__init__.pyo
Index: pkgsrc/devel/py-littleutils/distinfo
diff -u /dev/null pkgsrc/devel/py-littleutils/distinfo:1.1
--- /dev/null   Tue Aug 30 10:46:36 2022
+++ pkgsrc/devel/py-littleutils/distinfo        Tue Aug 30 10:46:36 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/08/30 10:46:36 adam Exp $
+
+BLAKE2s (littleutils-0.2.2.tar.gz) = 2ac7b4477066734d83b7703fa4aa44a1cbd0711d61509936a598abbc2d8a3eaa
+SHA512 (littleutils-0.2.2.tar.gz) = ce0b3af4ef5db634ce0dbb916deb767260f66418abbdca2b289386ecd4c2e44602cb95d568c70588ef9a40e3d700f33cbc5bcdbf859f5030795f79f11871a6ff
+Size (littleutils-0.2.2.tar.gz) = 6579 bytes



Home | Main Index | Thread Index | Old Index