Ticket #23506: Portfile.2

File Portfile.2, 757 bytes (added by doc.aronnax@…, 14 years ago)

New portfile for proposed port: py26-roman

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