Last change
on this file was
153907,
checked in by aronnax@…, 19 months ago
|
py-phonenumbers: update to 7.7.2
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
905 bytes
|
Line | |
---|
1 | # -*- 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 |
---|
2 | # $Id: Portfile 153907 2016-10-15 15:31:47Z aronnax@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python 1.0 |
---|
6 | PortGroup github 1.0 |
---|
7 | |
---|
8 | github.setup daviddrysdale python-phonenumbers 7.7.2 release- |
---|
9 | name py-phonenumbers |
---|
10 | python.versions 27 33 34 |
---|
11 | categories-append textproc |
---|
12 | license apache |
---|
13 | platforms darwin |
---|
14 | supported_archs noarch |
---|
15 | maintainers aronnax openmaintainer |
---|
16 | description parsing, formatting, storing and validating international phone numbers |
---|
17 | long_description Python version of Google's common library for ${description} |
---|
18 | |
---|
19 | checksums rmd160 88745278aef920ecccd8a57342d0f0826b89ba74 \ |
---|
20 | sha256 2b58ab539e2bab123555b117f83084b6c6c1b0238d64508cd2ef8d43386e1bab |
---|
21 | |
---|
22 | if {$subport ne $name} { |
---|
23 | livecheck.type none |
---|
24 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.