1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

New port: devel/py-coreapi: Python client library for Core API

PR:		226943
Submitted by:	Kai <freebsd_ports@k-worx.org>
This commit is contained in:
Yuri Victorovich 2018-03-26 19:49:46 +00:00
parent 372ca09a43
commit 40e6a5b9df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465633
4 changed files with 32 additions and 0 deletions

View File

@ -4362,6 +4362,7 @@
SUBDIR += py-construct
SUBDIR += py-construct28
SUBDIR += py-contextlib2
SUBDIR += py-coreapi
SUBDIR += py-coreschema
SUBDIR += py-country
SUBDIR += py-cov-core

24
devel/py-coreapi/Makefile Normal file
View File

@ -0,0 +1,24 @@
# $FreeBSD$
PORTNAME= coreapi
DISTVERSION= 2.3.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= freebsd_ports@k-worx.org
COMMENT= Python client library for Core API
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}coreschema>0:devel/py-coreschema@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}itypes>0:devel/py-itypes@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}uritemplate>0:net/py-uritemplate@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1522053773
SHA256 (coreapi-2.3.3.tar.gz) = 46145fcc1f7017c076a2ef684969b641d18a2991051fddec9458ad3f78ffc1cb
SIZE (coreapi-2.3.3.tar.gz) = 18788

View File

@ -0,0 +1,4 @@
Python client library for the Core API, a format-independent Document Object
Model for representing Web APIs.
WWW: https://github.com/core-api/python-client