devel/py-bcdoc: tools to help document botocore-based projects
Tools to help document botocore-based projects. WWW: https://github.com/boto/bcdoc/ PR: ports/181864 Submitted by: Alexey Degtyarev <alexey renatasystems.org>
This commit is contained in:
parent
6605b1e271
commit
9b26aab9b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326519
5 changed files with 28 additions and 0 deletions
|
@ -3459,6 +3459,7 @@
|
|||
SUBDIR += py-async
|
||||
SUBDIR += py-avro
|
||||
SUBDIR += py-babel
|
||||
SUBDIR += py-bcdoc
|
||||
SUBDIR += py-billiard
|
||||
SUBDIR += py-binplist
|
||||
SUBDIR += py-biplist
|
||||
|
|
21
devel/py-bcdoc/Makefile
Normal file
21
devel/py-bcdoc/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Created by: Alexey V. Degtyarev <alexey@renatasystems.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bcdoc
|
||||
PORTVERSION= 0.9.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= alexey@renatasystems.org
|
||||
COMMENT= Tools to help document botocore-based projects
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.10:${PORTSDIR}/textproc/py-docutils \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=1.1.0:${PORTSDIR}/devel/py-six
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS=easy_install
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/py-bcdoc/distinfo
Normal file
2
devel/py-bcdoc/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (bcdoc-0.9.0.tar.gz) = 437c9fea0be53a8de85a0097763aae9e9ace71601e55224a7e8333fae985da96
|
||||
SIZE (bcdoc-0.9.0.tar.gz) = 11093
|
3
devel/py-bcdoc/pkg-descr
Normal file
3
devel/py-bcdoc/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Tools to help document botocore-based projects.
|
||||
|
||||
WWW: https://github.com/boto/bcdoc/
|
1
devel/py-bcdoc/pkg-plist
Normal file
1
devel/py-bcdoc/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
Loading…
Reference in a new issue