mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
www/py-pyocclient: Convert to USE_PYTHON=pep517
- Update pkg-descr - Bump PORTREVISION for package change
This commit is contained in:
parent
0688702246
commit
fd8b8aa746
2 changed files with 10 additions and 5 deletions
|
@ -1,21 +1,24 @@
|
||||||
PORTNAME= pyocclient
|
PORTNAME= pyocclient
|
||||||
PORTVERSION= 0.6
|
PORTVERSION= 0.6
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= www python
|
CATEGORIES= www python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
MAINTAINER= sunpoet@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= Python Owncloud client library
|
COMMENT= Python client library for ownCloud
|
||||||
WWW= https://github.com/owncloud/pyocclient
|
WWW= https://github.com/owncloud/pyocclient
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.1:www/py-requests@${PY_FLAVOR} \
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.1:www/py-requests@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
|
||||||
|
|
||||||
USES= python
|
USES= python
|
||||||
USE_PYTHON= autoplist distutils
|
USE_PYTHON= autoplist concurrent pep517
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
This library makes it possible to connect to an ownCloud instance and perform
|
This pure python library makes it possible to connect to an ownCloud instance
|
||||||
file, share and attribute operations in python. Please note that this is not
|
and perform file, share and attribute operations.
|
||||||
a sync client implementation but rather a wrapper around various APIs.
|
|
||||||
|
Please note that this is not a sync client implementation but a library that
|
||||||
|
provides functions to abstract away HTTP calls for various ownCloud APIs.
|
||||||
|
|
Loading…
Add table
Reference in a new issue