Port details |
- py-degiro-connector Library to access Degiro's API
- 3.0.27 finance
=2 3.0.23Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2022-12-27 07:55:08
- Last Update: 2025-03-23 17:26:01
- Commit Hash: bf708be
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/chavithra/degiro-connector
- Description:
- degiro-connector is yet another library to access Degiro's API.
It allows access to bond, ETF, futures, stocks, options, etc
information.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}degiro-connector>0:finance/py-degiro-connector@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/finance/py-degiro-connector/ && make install clean
- To add the package, run one of these commands:
- pkg install finance/py-degiro-connector
- pkg install py311-degiro-connector
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-degiro-connector listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-degiro-connector
- Package flavors (<flavor>: <package>)
- py311: py311-degiro-connector
- distinfo:
- TIMESTAMP = 1742712906
SHA256 (degiro_connector-3.0.27.tar.gz) = 348734da3a52c9fcfa256269768a2a00626f698710998e15c53489fb2f64568e
SIZE (degiro_connector-3.0.27.tar.gz) = 59925
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-poetry-core>0 : devel/py-poetry-core@py311
- py311-isodate>=0.6.1 : devel/py-isodate@py311
- py311-onetimepass>=1.0.1 : www/py-onetimepass@py311
- py311-orjson>=3.9.10 : devel/py-orjson@py311
- py311-pandas>=1.1.5 : math/py-pandas@py311
- py311-polars>=0.20.2 : misc/py-polars@py311
- py311-protobuf>=4.21.7 : devel/py-protobuf@py311
- py311-pydantic2>=2.0.3 : devel/py-pydantic2@py311
- py311-requests>=2.31.0 : www/py-requests@py311
- py311-wrapt>=1.14.1 : devel/py-wrapt@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-isodate>=0.6.1 : devel/py-isodate@py311
- py311-onetimepass>=1.0.1 : www/py-onetimepass@py311
- py311-orjson>=3.9.10 : devel/py-orjson@py311
- py311-pandas>=1.1.5 : math/py-pandas@py311
- py311-polars>=0.20.2 : misc/py-polars@py311
- py311-protobuf>=4.21.7 : devel/py-protobuf@py311
- py311-pydantic2>=2.0.3 : devel/py-pydantic2@py311
- py311-requests>=2.31.0 : www/py-requests@py311
- py311-wrapt>=1.14.1 : devel/py-wrapt@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- finance_py-degiro-connector
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 6
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0.27 23 Mar 2025 17:26:01
    |
Yuri Victorovich (yuri)  |
finance/py-degiro-connector: update 3.0.23 → 3.0.27
Reported by: portscout |
3.0.23 12 Nov 2024 20:44:58
    |
Yuri Victorovich (yuri)  |
finance/py-degiro-connector: update 2.0.22 → 3.0.23 |
2.0.22_1 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2.0.22_1 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
2.0.22 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
2.0.22 27 Dec 2022 07:51:00
    |
Yuri Victorovich (yuri)  |
finance/py-degiro-connector: New port: Library to access Degiro's API |
Number of commits found: 6
|