Last change
on this file was
146593,
checked in by stromnov@…, 2 years ago
|
py-datrie: update to version 0.7.1
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
980 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 146593 2016-03-12 22:05:52Z stromnov@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python 1.0 |
---|
6 | |
---|
7 | name py-datrie |
---|
8 | version 0.7.1 |
---|
9 | revision 0 |
---|
10 | categories-append devel |
---|
11 | platforms darwin |
---|
12 | license LGPL |
---|
13 | |
---|
14 | python.versions 27 34 35 |
---|
15 | |
---|
16 | maintainers stromnov openmaintainer |
---|
17 | |
---|
18 | description Super-fast, efficiently stored Trie for Python. |
---|
19 | long_description ${description} |
---|
20 | |
---|
21 | homepage https://github.com/kmike/datrie/ |
---|
22 | master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} |
---|
23 | |
---|
24 | distname ${python.rootname}-${version} |
---|
25 | |
---|
26 | checksums rmd160 50ecfafbba66094394ab8491391e5f64fa5dab7a \ |
---|
27 | sha256 7a11371cc2dbbad71d6dfef57ced6e8b384bb377eeb847c63d58f8dc8e8b2023 |
---|
28 | |
---|
29 | if {${name} ne ${subport}} { |
---|
30 | livecheck.type none |
---|
31 | } else { |
---|
32 | livecheck.type pypi |
---|
33 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.