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:
Li-Wen Hsu 2017-07-12 15:55:52 +00:00
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

View file

@ -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

View 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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1498112280
SHA256 (backports.weakref-1.0rc1.tar.gz) = 8813bf712a66b3d8b85dc289e1104ed220f1878cf981e2fe756dfaabe9a82892
SIZE (backports.weakref-1.0rc1.tar.gz) = 7761

View 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