pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel py-littleutils: added version 0.2.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/365905d7315f
branches:  trunk
changeset: 384264:365905d7315f
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Aug 30 10:46:36 2022 +0000

description:
py-littleutils: added version 0.2.2

Small personal collection of python utility functions

diffstat:

 devel/Makefile                |   3 ++-
 devel/py-littleutils/DESCR    |   1 +
 devel/py-littleutils/Makefile |  16 ++++++++++++++++
 devel/py-littleutils/PLIST    |   9 +++++++++
 devel/py-littleutils/distinfo |   5 +++++
 5 files changed, 33 insertions(+), 1 deletions(-)

diffs (64 lines):

diff -r 13d054652e99 -r 365905d7315f devel/Makefile
--- a/devel/Makefile    Tue Aug 30 10:01:34 2022 +0000
+++ b/devel/Makefile    Tue Aug 30 10:46:36 2022 +0000
@@ -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-limits
 SUBDIR+=       py-line_profiler
 SUBDIR+=       py-linecache2
+SUBDIR+=       py-littleutils
 SUBDIR+=       py-llvmlite
 SUBDIR+=       py-lockfile
 SUBDIR+=       py-logan
diff -r 13d054652e99 -r 365905d7315f devel/py-littleutils/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-littleutils/DESCR        Tue Aug 30 10:46:36 2022 +0000
@@ -0,0 +1,1 @@
+Small personal collection of Python utility functions.
diff -r 13d054652e99 -r 365905d7315f devel/py-littleutils/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-littleutils/Makefile     Tue Aug 30 10:46:36 2022 +0000
@@ -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"
diff -r 13d054652e99 -r 365905d7315f devel/py-littleutils/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-littleutils/PLIST        Tue Aug 30 10:46:36 2022 +0000
@@ -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
diff -r 13d054652e99 -r 365905d7315f devel/py-littleutils/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-littleutils/distinfo     Tue Aug 30 10:46:36 2022 +0000
@@ -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