ports/devel/py-buildbot-pkg/Makefile
Tomoyuki Sakurai 81cb513d26 devel/py-buildbot*: Update to 3.4.1
* 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)
2022-02-25 07:36:21 +01:00

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>