[149933] trunk/dports/python
khindenburg at macports.org
khindenburg at macports.org
Tue Jul 5 17:51:26 PDT 2016
Revision: 149933
https://trac.macports.org/changeset/149933
Author: khindenburg at macports.org
Date: 2016-07-05 17:51:26 -0700 (Tue, 05 Jul 2016)
Log Message:
-----------
py-attrs: new port - needed for py-service_identity -> py-scrapy
Added Paths:
-----------
trunk/dports/python/py-attrs/
trunk/dports/python/py-attrs/Portfile
Added: trunk/dports/python/py-attrs/Portfile
===================================================================
--- trunk/dports/python/py-attrs/Portfile (rev 0)
+++ trunk/dports/python/py-attrs/Portfile 2016-07-06 00:51:26 UTC (rev 149933)
@@ -0,0 +1,37 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup python 1.0
+
+name py-attrs
+version 16.0.0
+categories-append devel
+platforms darwin
+license MIT
+
+python.versions 27 34 35
+
+maintainers khindenburg openmaintainer
+
+description Attributes without boilerplate
+
+long_description attrs is a Python package with class decorators that \
+ ease the chores of implementing the most common \
+ attribute-related object protocols:
+
+homepage https://github.com/hynek/attrs
+master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
+
+distname ${python.rootname}-${version}
+
+checksums rmd160 3737835399c5a18f4e25e9f951d579c02fef6cfd \
+ sha256 de6827a454d23716442b571bb35b0efb32a1b5c1037f09cfc7aaf405c7d68abc
+
+if {${name} ne ${subport}} {
+ depends_build-append port:py${python.version}-setuptools
+
+ livecheck.type none
+} else {
+ livecheck.type pypi
+}
Property changes on: trunk/dports/python/py-attrs/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160705/0edf64bd/attachment.html>
More information about the macports-changes
mailing list