mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 11:48:35 -04:00
A backport of linecache to older supported Pythons.
WWW: https://pypi.python.org/pypi/linecache2/
This commit is contained in:
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
|
@ -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
|
||||
|
|
21
devel/py-linecache2/Makefile
Normal file
21
devel/py-linecache2/Makefile
Normal 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>
|
3
devel/py-linecache2/distinfo
Normal file
3
devel/py-linecache2/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1482446422
|
||||
SHA256 (linecache2-1.0.0.tar.gz) = 4b26ff4e7110db76eeb6f5a7b64a82623839d595c2038eeda662f2a2db78e97c
|
||||
SIZE (linecache2-1.0.0.tar.gz) = 11013
|
3
devel/py-linecache2/pkg-descr
Normal file
3
devel/py-linecache2/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
A backport of linecache to older supported Pythons.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/linecache2/
|
Loading…
Add table
Reference in a new issue