pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py27-attrs
Module Name: pkgsrc
Committed By: wiz
Date: Sun Apr 30 12:59:49 UTC 2023
Added Files:
pkgsrc/devel/py27-attrs: DESCR Makefile PLIST distinfo
Log Message:
devel/py27-attrs: import py27-attrs-21.4.0
attrs is an MIT-licensed Python package with class decorators that ease the
chores of implementing the most common attribute-related object protocols.
You just specify the attributes to work with and attrs gives you:
* a nice human-readable __repr__,
* a complete set of comparison methods,
* an initializer,
* and much more
without writing dull boilerplate code again and again.
This gives you the power to use actual classes with actual types in your code
instead of confusing tuples or confusingly behaving namedtuples.
So put down that type-less data structures and welcome some class into your
life!
This version of the package supports Python 2.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py27-attrs/DESCR \
pkgsrc/devel/py27-attrs/Makefile pkgsrc/devel/py27-attrs/PLIST \
pkgsrc/devel/py27-attrs/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/py27-attrs/DESCR
diff -u /dev/null pkgsrc/devel/py27-attrs/DESCR:1.1
--- /dev/null Sun Apr 30 12:59:49 2023
+++ pkgsrc/devel/py27-attrs/DESCR Sun Apr 30 12:59:49 2023
@@ -0,0 +1,19 @@
+attrs is an MIT-licensed Python package with class decorators that ease the
+chores of implementing the most common attribute-related object protocols.
+
+You just specify the attributes to work with and attrs gives you:
+
+ * a nice human-readable __repr__,
+ * a complete set of comparison methods,
+ * an initializer,
+ * and much more
+
+without writing dull boilerplate code again and again.
+
+This gives you the power to use actual classes with actual types in your code
+instead of confusing tuples or confusingly behaving namedtuples.
+
+So put down that type-less data structures and welcome some class into your
+life!
+
+This version of the package supports Python 2.
Index: pkgsrc/devel/py27-attrs/Makefile
diff -u /dev/null pkgsrc/devel/py27-attrs/Makefile:1.1
--- /dev/null Sun Apr 30 12:59:49 2023
+++ pkgsrc/devel/py27-attrs/Makefile Sun Apr 30 12:59:49 2023
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2023/04/30 12:59:49 wiz Exp $
+
+DISTNAME= attrs-21.4.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=a/attrs/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+#HOMEPAGE= https://www.attrs.org/
+COMMENT= Attributes without boilerplate
+LICENSE= mit
+
+# can't run self tests because py-test depends on py-attrs
+
+PYTHON_VERSIONS_ACCEPTED= 27
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py27-attrs/PLIST
diff -u /dev/null pkgsrc/devel/py27-attrs/PLIST:1.1
--- /dev/null Sun Apr 30 12:59:49 2023
+++ pkgsrc/devel/py27-attrs/PLIST Sun Apr 30 12:59:49 2023
@@ -0,0 +1,73 @@
+@comment $NetBSD: PLIST,v 1.1 2023/04/30 12:59:49 wiz 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}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/attr/__init__.py
+${PYSITELIB}/attr/__init__.pyc
+${PYSITELIB}/attr/__init__.pyi
+${PYSITELIB}/attr/__init__.pyo
+${PYSITELIB}/attr/_cmp.py
+${PYSITELIB}/attr/_cmp.pyc
+${PYSITELIB}/attr/_cmp.pyi
+${PYSITELIB}/attr/_cmp.pyo
+${PYSITELIB}/attr/_compat.py
+${PYSITELIB}/attr/_compat.pyc
+${PYSITELIB}/attr/_compat.pyo
+${PYSITELIB}/attr/_config.py
+${PYSITELIB}/attr/_config.pyc
+${PYSITELIB}/attr/_config.pyo
+${PYSITELIB}/attr/_funcs.py
+${PYSITELIB}/attr/_funcs.pyc
+${PYSITELIB}/attr/_funcs.pyo
+${PYSITELIB}/attr/_make.py
+${PYSITELIB}/attr/_make.pyc
+${PYSITELIB}/attr/_make.pyo
+${PYSITELIB}/attr/_next_gen.py
+${PYSITELIB}/attr/_version_info.py
+${PYSITELIB}/attr/_version_info.pyc
+${PYSITELIB}/attr/_version_info.pyi
+${PYSITELIB}/attr/_version_info.pyo
+${PYSITELIB}/attr/converters.py
+${PYSITELIB}/attr/converters.pyc
+${PYSITELIB}/attr/converters.pyi
+${PYSITELIB}/attr/converters.pyo
+${PYSITELIB}/attr/exceptions.py
+${PYSITELIB}/attr/exceptions.pyc
+${PYSITELIB}/attr/exceptions.pyi
+${PYSITELIB}/attr/exceptions.pyo
+${PYSITELIB}/attr/filters.py
+${PYSITELIB}/attr/filters.pyc
+${PYSITELIB}/attr/filters.pyi
+${PYSITELIB}/attr/filters.pyo
+${PYSITELIB}/attr/py.typed
+${PYSITELIB}/attr/setters.py
+${PYSITELIB}/attr/setters.pyc
+${PYSITELIB}/attr/setters.pyi
+${PYSITELIB}/attr/setters.pyo
+${PYSITELIB}/attr/validators.py
+${PYSITELIB}/attr/validators.pyc
+${PYSITELIB}/attr/validators.pyi
+${PYSITELIB}/attr/validators.pyo
+${PYSITELIB}/attrs/__init__.py
+${PYSITELIB}/attrs/__init__.pyc
+${PYSITELIB}/attrs/__init__.pyi
+${PYSITELIB}/attrs/__init__.pyo
+${PYSITELIB}/attrs/converters.py
+${PYSITELIB}/attrs/converters.pyc
+${PYSITELIB}/attrs/converters.pyo
+${PYSITELIB}/attrs/exceptions.py
+${PYSITELIB}/attrs/exceptions.pyc
+${PYSITELIB}/attrs/exceptions.pyo
+${PYSITELIB}/attrs/filters.py
+${PYSITELIB}/attrs/filters.pyc
+${PYSITELIB}/attrs/filters.pyo
+${PYSITELIB}/attrs/py.typed
+${PYSITELIB}/attrs/setters.py
+${PYSITELIB}/attrs/setters.pyc
+${PYSITELIB}/attrs/setters.pyo
+${PYSITELIB}/attrs/validators.py
+${PYSITELIB}/attrs/validators.pyc
+${PYSITELIB}/attrs/validators.pyo
Index: pkgsrc/devel/py27-attrs/distinfo
diff -u /dev/null pkgsrc/devel/py27-attrs/distinfo:1.1
--- /dev/null Sun Apr 30 12:59:49 2023
+++ pkgsrc/devel/py27-attrs/distinfo Sun Apr 30 12:59:49 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/04/30 12:59:49 wiz Exp $
+
+BLAKE2s (attrs-21.4.0.tar.gz) = 82e03760b7a686ea1bad4b529d7f1228035adcaefe8ad40b9c24dadfb08cae24
+SHA512 (attrs-21.4.0.tar.gz) = 5a52776eb505c8a354912fa037a9710e49830fa6ad37272cb6d8c3298f4179a5b237e36cd7db3b1c9af19fbf0194ad6b83c3db9a473f9349769180073273ba65
+Size (attrs-21.4.0.tar.gz) = 201839 bytes
Home |
Main Index |
Thread Index |
Old Index