1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: gfal2-bindings
Priority: optional
Maintainer: Mattias Ellert <mattias.ellert@physics.uu.se>
Build-Depends:
debhelper-compat (= 13),
cmake,
dh-python,
libgfal2-dev (>= 2.23.0),
libboost-dev,
libboost-python-dev,
python3-dev,
python3-setuptools,
pkgconf
Standards-Version: 4.7.0
Section: net
Vcs-Browser: https://salsa.debian.org/ellert/gfal2-bindings
Vcs-Git: https://salsa.debian.org/ellert/gfal2-bindings.git
Homepage: https://dmc-docs.web.cern.ch/dmc-docs/gfal2-python.html
Package: python3-gfal2
Architecture: any
Section: python
Depends:
${shlibs:Depends},
${misc:Depends},
${python3:Depends}
Provides:
${python3:Provides}
Description: Python bindings for gfal2
Python bindings for gfal2. GFAL2 offers a single, simple and portable
API for the file operations in grids and cloud environments.
|