FreeBSD Bugzilla – Attachment 185145 Details for
Bug 221311
[NEW PORT] databases/influxdb-python: InfluxDB Python client
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
New version of diff with CHEESESHOP repo and tests
py-influxdb.diff (text/plain), 1.77 KB, created by
Konstantin Shapkin
on 2017-08-08 07:16:42 UTC
(
hide
)
Description:
New version of diff with CHEESESHOP repo and tests
Filename:
MIME Type:
Creator:
Konstantin Shapkin
Created:
2017-08-08 07:16:42 UTC
Size:
1.77 KB
patch
obsolete
>Index: py-influxdb/Makefile >=================================================================== >--- py-influxdb/Makefile (nonexistent) >+++ py-influxdb/Makefile (working copy) >@@ -0,0 +1,37 @@ >+# Created by: Konstantin Shapkin <kestel@gmail.com> >+ >+PORTNAME= influxdb >+PORTVERSION= 4.1.1 >+PORTREVISION= 0 >+CATEGORIES= databases python >+MASTER_SITES = CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+LICENSE= MIT >+ >+MAINTAINER= >+COMMENT=InfluxDB Python client >+ >+IGNORE_MASTER_SITE_LOCAL=YES >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz \ >+ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six \ >+ ${PYTHON_PKGNAMEPREFIX}requests>=2.17.0:www/py-requests \ >+ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.6.0:devel/py-dateutil \ >+ >+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock \ >+ ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose \ >+ ${PYTHON_PKGNAMEPREFIX}nose-cov>0:devel/py-nose-cov \ >+ >+ >+NO_ARCH= yes >+USE_PYTHON= autoplist distutils >+USES= python shebangfix >+ >+TEST_TARGET= do-test >+ >+do-test: >+ @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test >+ >+.include <bsd.port.mk> >+ > >Index: py-influxdb/distinfo >=================================================================== >--- py-influxdb/distinfo (nonexistent) >+++ py-influxdb/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1502115887 >+SHA256 (influxdb-4.1.1.tar.gz) = e3790474fa6d3e39043471a2a79b3309e9a47c63c0803a8810241bc8ce056b18 >+SIZE (influxdb-4.1.1.tar.gz) = 51593 > >Index: py-influxdb/pkg-descr >=================================================================== >--- py-influxdb/pkg-descr (nonexistent) >+++ py-influxdb/pkg-descr (working copy) >@@ -0,0 +1,4 @@ >+InfluxDB Python client >+InfluxDB-Python is a client for interacting with InfluxDB. >+ >+WEB: https://pypi.python.org/pypi/influxdb >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 221311
:
185129
|
185145
|
185152
|
185432