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 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python26 1.0 |
---|
5 | |
---|
6 | name py26-roman |
---|
7 | version 1.4.0 |
---|
8 | revision 1 |
---|
9 | categories-append textproc |
---|
10 | maintainers jmr openmaintainer |
---|
11 | description Integer to Roman numerals converter module for Python |
---|
12 | homepage http://pypi.python.org/pypi/roman |
---|
13 | master_sites http://pypi.python.org/packages/source/r/roman/ |
---|
14 | distname roman-${version} |
---|
15 | |
---|
16 | checksums md5 4f8832ed4108174b159c2afb4bd1d1dd \ |
---|
17 | sha1 3d9cf0c46a4e3558785a9f7c90cd96a2d31dc9b0 \ |
---|
18 | rmd160 9c9f1d8de8e19f6dcab02a28b2a28a1a7f3dd546 |
---|
19 | |
---|