1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Xerox is a copy + paste module for Python.

WWW: http://github.com/kennethreitz/xerox
This commit is contained in:
Nicola Vitale 2014-07-18 01:56:36 +00:00
parent e004b0b5eb
commit c2449eb596
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362172
4 changed files with 27 additions and 0 deletions

View File

@ -3937,6 +3937,7 @@
SUBDIR += py-xattr
SUBDIR += py-xcaplib
SUBDIR += py-xdg
SUBDIR += py-xerox
SUBDIR += py-xmltodict
SUBDIR += py-xoltar-toolkit
SUBDIR += py-yaml

21
devel/py-xerox/Makefile Normal file
View File

@ -0,0 +1,21 @@
# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= xerox
PORTVERSION= 0.3.1
#PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Simple copy and paste in Python
LICENSE= MIT
PYDISTUTILS_AUTOPLIST= yes
USE_PYDISTUTILS= yes
USE_PYTHON= yes
.include <bsd.port.mk>

2
devel/py-xerox/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (xerox-0.3.1.tar.gz) = fc06c3e27776390dc9646f10d6efbc91c0fa2e66c86dc9f728653af2c8a33a9d
SIZE (xerox-0.3.1.tar.gz) = 3160

3
devel/py-xerox/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
Xerox is a copy + paste module for Python.
WWW: http://github.com/kennethreitz/xerox