mirror of
https://git.freebsd.org/ports.git
synced 2025-05-27 16:36:28 -04:00
This is a Integer to Roman numerals converter.
WWW: http://pypi.python.org/pypi/roman/
This commit is contained in:
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
|
@ -507,6 +507,7 @@
|
||||||
SUBDIR += py-probstat
|
SUBDIR += py-probstat
|
||||||
SUBDIR += py-pybloom
|
SUBDIR += py-pybloom
|
||||||
SUBDIR += py-pymc
|
SUBDIR += py-pymc
|
||||||
|
SUBDIR += py-roman
|
||||||
SUBDIR += py-scientific
|
SUBDIR += py-scientific
|
||||||
SUBDIR += py-svgmath
|
SUBDIR += py-svgmath
|
||||||
SUBDIR += py-symeig
|
SUBDIR += py-symeig
|
||||||
|
|
22
math/py-roman/Makefile
Normal file
22
math/py-roman/Makefile
Normal 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
2
math/py-roman/distinfo
Normal 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
3
math/py-roman/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
This is a Integer to Roman numerals converter.
|
||||||
|
|
||||||
|
WWW: http://pypi.python.org/pypi/roman/
|
Loading…
Add table
Reference in a new issue