mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add devel/py-backports.weakref: Backport of the weakref module from Python 3.4
PR: 220206 Submitted by: Jov <amutu@amutu.com>
This commit is contained in:
parent
b86ace9c29
commit
66a213425c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445590
4 changed files with 28 additions and 0 deletions
|
@ -4167,6 +4167,7 @@
|
|||
SUBDIR += py-backports.functools_lru_cache
|
||||
SUBDIR += py-backports.shutil_get_terminal_size
|
||||
SUBDIR += py-backports_abc
|
||||
SUBDIR += py-backports.weakref
|
||||
SUBDIR += py-bandit
|
||||
SUBDIR += py-bcdoc
|
||||
SUBDIR += py-billiard
|
||||
|
|
20
devel/py-backports.weakref/Makefile
Normal file
20
devel/py-backports.weakref/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Created by: Jov <amutu@amutu.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= backports.weakref
|
||||
DISTVERSION= 1.0rc1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= amutu@amutu.com
|
||||
COMMENT= Backport of the weakref module from Python 3.4
|
||||
|
||||
LICENSE= PSFL
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-backports.weakref/distinfo
Normal file
3
devel/py-backports.weakref/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1498112280
|
||||
SHA256 (backports.weakref-1.0rc1.tar.gz) = 8813bf712a66b3d8b85dc289e1104ed220f1878cf981e2fe756dfaabe9a82892
|
||||
SIZE (backports.weakref-1.0rc1.tar.gz) = 7761
|
4
devel/py-backports.weakref/pkg-descr
Normal file
4
devel/py-backports.weakref/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
This package provides backports of new features in Python's weakref module
|
||||
under the backports namespace.
|
||||
|
||||
WWW: https://github.com/pjdelport/backports.weakref
|
Loading…
Add table
Reference in a new issue