[Midnightbsd-cvs] mports [24337] trunk/devel: add py-characteristic
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Sep 17 22:22:54 EDT 2018
Revision: 24337
http://svnweb.midnightbsd.org/mports/?rev=24337
Author: laffer1
Date: 2018-09-17 22:22:54 -0400 (Mon, 17 Sep 2018)
Log Message:
-----------
add py-characteristic
Modified Paths:
--------------
trunk/devel/Makefile
Added Paths:
-----------
trunk/devel/py-characteristic/
trunk/devel/py-characteristic/Makefile
trunk/devel/py-characteristic/distinfo
trunk/devel/py-characteristic/pkg-descr
Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile 2018-09-18 02:21:14 UTC (rev 24336)
+++ trunk/devel/Makefile 2018-09-18 02:22:54 UTC (rev 24337)
@@ -485,6 +485,7 @@
SUBDIR += py-buildbot-worker
SUBDIR += py-buildbot-www
SUBDIR += py-cffi
+SUBDIR += py-characteristic
SUBDIR += py-colorama
SUBDIR += py-configargparse
SUBDIR += py-configobj
Added: trunk/devel/py-characteristic/Makefile
===================================================================
--- trunk/devel/py-characteristic/Makefile (rev 0)
+++ trunk/devel/py-characteristic/Makefile 2018-09-18 02:22:54 UTC (rev 24337)
@@ -0,0 +1,18 @@
+# $MidnightBSD$
+
+PORTNAME= characteristic
+PORTVERSION= 14.3.0
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Python attributes without boilerplate
+
+LICENSE= mit
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/py-characteristic/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-characteristic/distinfo
===================================================================
--- trunk/devel/py-characteristic/distinfo (rev 0)
+++ trunk/devel/py-characteristic/distinfo 2018-09-18 02:22:54 UTC (rev 24337)
@@ -0,0 +1,2 @@
+SHA256 (characteristic-14.3.0.tar.gz) = ded68d4e424115ed44e5c83c2a901a0b6157a959079d7591d92106ffd3ada380
+SIZE (characteristic-14.3.0.tar.gz) = 26993
Property changes on: trunk/devel/py-characteristic/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-characteristic/pkg-descr
===================================================================
--- trunk/devel/py-characteristic/pkg-descr (rev 0)
+++ trunk/devel/py-characteristic/pkg-descr 2018-09-18 02:22:54 UTC (rev 24337)
@@ -0,0 +1,12 @@
+characteristic is a 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 characteristic gives you
+any or all of:
+ a nice human-readable __repr__,
+ a complete set of comparison methods,
+ immutability for attributes,
+ and a kwargs-based initializer
+without writing dull boilerplate code again and again.
+
+WWW: https://github.com/hynek/characteristic
Property changes on: trunk/devel/py-characteristic/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list