finance/py-degiro-connector: New port: Library to access Degiro's API

This commit is contained in:
Yuri Victorovich 2022-12-26 23:44:21 -08:00
parent e52d42c40e
commit 4e22caf247
4 changed files with 39 additions and 0 deletions

View File

@ -102,6 +102,7 @@
SUBDIR += py-bitcoin
SUBDIR += py-bt
SUBDIR += py-ccxt
SUBDIR += py-degiro-connector
SUBDIR += py-ebaysdk
SUBDIR += py-exchange-calendars
SUBDIR += py-ffn

View File

@ -0,0 +1,31 @@
PORTNAME= degiro-connector
DISTVERSION= 2.0.22
CATEGORIES= finance python
MASTER_SITES= CHEESESHOP # no tests
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library to access Degiro's API
WWW= https://github.com/chavithra/degiro-connector
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}grpcio>=1.49.1:devel/py-grpcio@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}onetimepass>=1.0.1:www/py-onetimepass@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pandas>=1.1.5:math/py-pandas@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}protobuf>=4.21.7:devel/py-protobuf@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.26.0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wrapt>=1.12.1:devel/py-wrapt@${PY_FLAVOR}
BUILD_DEPENDS= ${PY_DEPENDS}
RUN_DEPENDS= ${PY_DEPENDS}
USES= python:3.6+
USE_PYTHON= distutils autoplist
#USE_GITHUB= yes
#GH_ACCOUNT= chavithra
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1672126775
SHA256 (degiro-connector-2.0.22.tar.gz) = 46b81492426994052c5deb6e86148f6cb32d433d8e2c5e72e8fdc493da057d82
SIZE (degiro-connector-2.0.22.tar.gz) = 108206

View File

@ -0,0 +1,4 @@
degiro-connector is yet another library to access Degiro's API.
It allows access to bond, ETF, futures, stocks, options, etc
information.