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:
parent
372ca09a43
commit
40e6a5b9df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465633
@ -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
24
devel/py-coreapi/Makefile
Normal 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>
|
3
devel/py-coreapi/distinfo
Normal file
3
devel/py-coreapi/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1522053773
|
||||
SHA256 (coreapi-2.3.3.tar.gz) = 46145fcc1f7017c076a2ef684969b641d18a2991051fddec9458ad3f78ffc1cb
|
||||
SIZE (coreapi-2.3.3.tar.gz) = 18788
|
4
devel/py-coreapi/pkg-descr
Normal file
4
devel/py-coreapi/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user