mirror of
https://github.com/0xMax42/pydepp.git
synced 2025-08-07 11:00:21 +02:00
Includes changelog, control, copyright, and rules files to package pydepp for Debian. Enables building and distribution of the library with Python-specific dependencies and metadata. Relates to initial Debian packaging setup.
14 lines
471 B
Plaintext
14 lines
471 B
Plaintext
Source: pydepp
|
|
Section: python
|
|
Priority: optional
|
|
Maintainer: Dein Name <you@example.com>
|
|
Build-Depends: debhelper-compat (= 13), dh-python, python3-all, pybuild-plugin-pyproject
|
|
Standards-Version: 4.6.2
|
|
Rules-Requires-Root: no
|
|
|
|
Package: pydepp
|
|
Architecture: all
|
|
Depends: ${misc:Depends}, ${python3:Depends}
|
|
Description: Python interface for the Digilent DEPP protocol
|
|
Provides a Pythonic interface to access Digilent FPGA boards over the DEPP bus using the Adept SDK.
|