aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2025-03-31 15:56:25 +0000
committerRene Ladan <rene@FreeBSD.org>2025-03-31 15:56:25 +0000
commite54483bc1c90b23a9829ed9de2696bab42ca1617 (patch)
tree9c134327ce576a0b7ae3445ccc34f7c13560507e
parent6cd3594c86270444758d763066f0a59e03037d20 (diff)
devel/buildstream: Remove expired port
2025-03-31 devel/buildstream: Depends on expired devel/py-pytest-runner
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/buildstream/Makefile35
-rw-r--r--devel/buildstream/distinfo3
-rw-r--r--devel/buildstream/pkg-descr14
5 files changed, 1 insertions, 53 deletions
diff --git a/MOVED b/MOVED
index 0f87800d19cc..14c14c2b69be 100644
--- a/MOVED
+++ b/MOVED
@@ -4279,3 +4279,4 @@ japanese/esecanna-module-wnn6||2025-03-31|Has expired: Upstream disapeared and d
japanese/esecanna-module-vje25||2025-03-31|Has expired: Upstream disapeared and distfile is no more available
japanese/esecanna-module-vje30||2025-03-31|Has expired: Upstream disapeared and distfile is no more available
chinese/muni||2025-03-31|Has expired: Upstream disapeared and distfile is no more available
+devel/buildstream||2025-03-31|Has expired: Depends on expired devel/py-pytest-runner
diff --git a/devel/Makefile b/devel/Makefile
index def7fb5ad2fc..e0719b3eb25a 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -348,7 +348,6 @@
SUBDIR += build
SUBDIR += build2
SUBDIR += buildkite-agent
- SUBDIR += buildstream
SUBDIR += bullet
SUBDIR += bunyan
SUBDIR += busd
diff --git a/devel/buildstream/Makefile b/devel/buildstream/Makefile
deleted file mode 100644
index d06a05c33cdd..000000000000
--- a/devel/buildstream/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-PORTNAME= BuildStream
-DISTVERSION= 1.2.8
-PORTREVISION= 3
-CATEGORIES= devel python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= yuri@FreeBSD.org
-COMMENT= Free software tool for integrating software stacks
-WWW= https://buildstream.build/
-
-LICENSE= LGPL21
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-DEPRECATED= Depends on expired devel/py-pytest-runner
-EXPIRATION_DATE=2025-03-31
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR}
-RUN_DEPENDS= \
- ${PYTHON_PKGNAMEPREFIX}click>=7.0:devel/py-click@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}grpcio>=1.18.0:devel/py-grpcio@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10:devel/py-Jinja2@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}markupsafe>=1.1.0:textproc/py-markupsafe@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pluginbase>=0.7:devel/py-pluginbase@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}protobuf>=3.6.1:devel/py-protobuf@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}psutil>=5.4.8:sysutils/py-psutil@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0.15.51:devel/py-ruamel.yaml@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}six>=1.12.0:devel/py-six@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= distutils noflavors autoplist
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/devel/buildstream/distinfo b/devel/buildstream/distinfo
deleted file mode 100644
index 0003dc046041..000000000000
--- a/devel/buildstream/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1565333157
-SHA256 (BuildStream-1.2.8.tar.gz) = 98c613eddee9afbbe0604648d13bb01a2e61dca53c969bebda33912a02d3f576
-SIZE (BuildStream-1.2.8.tar.gz) = 471029
diff --git a/devel/buildstream/pkg-descr b/devel/buildstream/pkg-descr
deleted file mode 100644
index 9c1c5f25c6fc..000000000000
--- a/devel/buildstream/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-BuildStream is a Free Software tool for integrating software stacks.
-
-It takes inspiration, lessons and use-cases from various projects including
-Bazel, OBS, Reproducible Builds, Yocto, Baserock, Buildroot, Aboriginal, GNOME
-Continuous, JHBuild, Flatpak Builder and Android repo.
-
-BuildStream supports multiple build-systems (e.g. autotools, cmake, cpan,
-distutils, make, meson, qmake, pip) through its core plugins. External plugins
-allow the creation of a range of output formats (e.g. debian packages, flatpak
-runtimes, system images) for multiple platforms and chipsets.
-
-BuildStream's core users are application developers and system integrators who
-create production-ready software systems that need to be maintained efficiently
-and reliably in the long term.