1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

This is a Integer to Roman numerals converter.

WWW: http://pypi.python.org/pypi/roman/
This commit is contained in:
Wen Heping 2011-10-28 09:14:20 +00:00
parent b2d07ae343
commit 21a331381c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284510
4 changed files with 28 additions and 0 deletions

View File

@ -507,6 +507,7 @@
SUBDIR += py-probstat
SUBDIR += py-pybloom
SUBDIR += py-pymc
SUBDIR += py-roman
SUBDIR += py-scientific
SUBDIR += py-svgmath
SUBDIR += py-symeig

22
math/py-roman/Makefile Normal file
View File

@ -0,0 +1,22 @@
# New ports collection makefile for: py-roman
# Date created: Oct 28, 2011
# Whom: Wen Heping <wen@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= roman
PORTVERSION= 1.4.0
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Integer to Roman numerals converter
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
USE_PYTHON= 2.6+
USE_PYDISTUTILS=easy_install
.include <bsd.port.mk>

2
math/py-roman/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (roman-1.4.0.tar.gz) = f7bf0304e2a79279cc06d245b2b7f5a3872cddbaa2932db0cbacc12a77e477ec
SIZE (roman-1.4.0.tar.gz) = 3033

3
math/py-roman/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
This is a Integer to Roman numerals converter.
WWW: http://pypi.python.org/pypi/roman/