mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 17:50:31 -04:00
* This also should fix the regression caused after the switch from
py-sqlalchemy12 to py-sqlalchemy14 in e3f7785e17
.
Changelog since 2.10.5:
https://github.com/buildbot/buildbot/blob/v3.4.1/master/docs/relnotes/index.rst
PR: 259599
Reviewed by: koobs (maintainer)
Approved by: koobs (maintainer, implicit: MAINTAINER_POLICY)
MFH: 2022Q1 (fix regression with py-sqlalchemy14)
20 lines
390 B
Makefile
20 lines
390 B
Makefile
# Created by: Michael Gmelin <grembo@FreeBSD.org>
|
|
|
|
PORTNAME= buildbot-pkg
|
|
PORTVERSION= 3.4.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= koobs@FreeBSD.org
|
|
COMMENT= Buildbot packaging tools
|
|
|
|
LICENSE= GPLv2
|
|
#LICENSE_FILE= Not packaged in sdist
|
|
|
|
USES= python:3.5+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|