1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

Attempt to unbreak bulk -a

This commit is contained in:
Antoine Brodin 2020-05-09 14:14:54 +00:00
parent f5fb2ae078
commit 6f66506211
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=534777
4 changed files with 0 additions and 31 deletions

View File

@ -4277,7 +4277,6 @@
SUBDIR += py-constantly
SUBDIR += py-construct
SUBDIR += py-contextlib2
SUBDIR += py-contextvars
SUBDIR += py-convertdate
SUBDIR += py-cookiecutter
SUBDIR += py-coreapi

View File

@ -1,23 +0,0 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= contextvars
PORTVERSION= 2.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PEP 567 backport
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}immutables>=0.9:devel/py-immutables@${PY_FLAVOR}
USES= python:3.5-3.6
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1588793342
SHA256 (contextvars-2.4.tar.gz) = f38c908aaa59c14335eeea12abea5f443646216c4e29380d7bf34d2018e2c39e
SIZE (contextvars-2.4.tar.gz) = 9570

View File

@ -1,4 +0,0 @@
contextvars implements a backport of Python 3.7 contextvars module (see PEP 567)
for Python 3.6.
WWW: https://github.com/MagicStack/contextvars