void-packages/srcpkgs/python3-SQLAlchemy/template

20 lines
591 B
Bash

# Template file for 'python3-SQLAlchemy'
pkgname=python3-SQLAlchemy
version=1.4.54
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
depends="python3-greenlet"
checkdepends="python3-pytest-xdist"
short_desc="SQL Toolkit and Object Relational Mapper for Python3"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://www.sqlalchemy.org"
distfiles="${PYPI_SITE}/s/sqlalchemy/sqlalchemy-${version}.tar.gz"
checksum=4470fbed088c35dc20b78a39aaf4ae54fe81790c783b3264872a0224f437c31a
post_install() {
vlicense LICENSE
}