A backport of linecache to older supported Pythons.

WWW: https://pypi.python.org/pypi/linecache2/
This commit is contained in:
Mark Felder 2016-12-22 22:56:27 +00:00
parent f850381783
commit d242816bf6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429197
4 changed files with 28 additions and 0 deletions

View file

@ -4341,6 +4341,7 @@
SUBDIR += py-libusb1
SUBDIR += py-libvirt
SUBDIR += py-libzfs
SUBDIR += py-linecache2
SUBDIR += py-ll-core
SUBDIR += py-llfuse
SUBDIR += py-llvmlite

View file

@ -0,0 +1,21 @@
# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
PORTNAME= linecache2
PORTVERSION= 1.0.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= feld@FreeBSD.org
COMMENT= New features in linecache backported to Python 2
LICENSE= PSFL
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>0:devel/py-pbr
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>0:devel/py-pbr
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1482446422
SHA256 (linecache2-1.0.0.tar.gz) = 4b26ff4e7110db76eeb6f5a7b64a82623839d595c2038eeda662f2a2db78e97c
SIZE (linecache2-1.0.0.tar.gz) = 11013

View file

@ -0,0 +1,3 @@
A backport of linecache to older supported Pythons.
WWW: https://pypi.python.org/pypi/linecache2/