View | Details | Raw Unified | Return to bug 216711 | Differences between
and this patch

Collapse All | Expand All

(-)devel/py-pathlib2/Makefile (-27 lines)
Lines 1-27 Link Here
1
# Created by: Yuri Victorovich <yuri@rawbw.com>
2
# $FreeBSD$
3
4
PORTNAME=	pathlib2
5
PORTVERSION=	2.1.0
6
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
10
MAINTAINER=	yuri@rawbw.com
11
COMMENT=	Object-oriented filesystem paths
12
13
LICENSE=	MIT
14
LICENSE_FILE=	${WRKSRC}/LICENSE.rst
15
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six
17
18
USES=		python
19
USE_PYTHON=	distutils autoplist
20
NO_ARCH=	yes
21
22
do-test:
23
	@(cd ${WRKSRC} && \
24
		${PYTHON_CMD} test_pathlib2.py && \
25
		${PYTHON_CMD} test_pathlib2_with_py2_unicode_literals.py)
26
27
.include <bsd.port.mk>
(-)devel/py-pathlib2/distinfo (-3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1475082260
2
SHA256 (pathlib2-2.1.0.tar.gz) = deb3a960c1d55868dfbcac98432358b92ba89d95029cddd4040db1f27405055c
3
SIZE (pathlib2-2.1.0.tar.gz) = 30390
(-)devel/py-pathlib2/pkg-descr (-5 lines)
Lines 1-5 Link Here
1
Backport of standard pathlib module which tracks the standard library module,
2
so all the newest features of the standard pathlib can be used also on older
3
Python versions.
4
5
WWW: https://pypi.python.org/pypi/pathlib2/

Return to bug 216711