gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r8201: update breezy to 3.2.1


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8201: update breezy to 3.2.1
Date: Thu, 24 Mar 2022 02:12:33 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8201
revision-id: carlhansen1234@gmail.com-20220324061229-8bun1ms4qv2vlxqu
parent: carlhansen1234@gmail.com-20220324002638-4jyfk0d63oz9qkel
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Wed 2022-03-23 23:12:29 -0700
message:
  update breezy to 3.2.1
added:
  pkg/gnu/breezy/                breezy-20220324061203-sdg7e2yq2e9zswaj-1
  pkg/gnu/breezy/Makefile        makefile-20220324061203-sdg7e2yq2e9zswaj-3
  pkg/gnu/breezy/config.mk       config.mk-20220324061203-sdg7e2yq2e9zswaj-2
  pkg/gnu/breezy/sha256sums      sha256sums-20220324061203-sdg7e2yq2e9zswaj-4
=== added directory 'pkg/gnu/breezy'
=== added file 'pkg/gnu/breezy/Makefile'
--- a/pkg/gnu/breezy/Makefile   1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/breezy/Makefile   2022-03-24 06:12:29 +0000
@@ -0,0 +1,60 @@
+# Copyright © 2013 Brandon Invergo <brandon@invergo.net>
+# Copyright © 2021 Carl Hansen <carhnansen@gnu.org>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+#
+# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
+
+NAME = breezy formerly bazaar, brz formerly bzr
+GARNAME = breezy
+GARVERSION = 3.2.1
+HOME_URL = http://www.gnu.org/software/bzr
+DESCRIPTION = The GNU distributed version control system
+define BLURB
+The GNU distributed version control system. Do not confuse this
+with another program on savannah.gnu.org also called "bazaar"
+Bazaar, python 2 program, has been replaced with python 3 program,
+breezy. Also handles git or bzr archives.
+endef
+
+######################################################################
+#https://launchpad.net/brz/3.2/3.2.1/+download/breezy-3.2.1.tar.gz
+
+DISTNAME = $(GARNAME)-$(GARVERSION)
+empty:=
+space:= $(empty) $(empty)
+VERSION_LIST = $(subst .,$(space),$(GARVERSION))
+SERIES = $(subst $(space),.,$(wordlist 1,2,$(VERSION_LIST)))
+
+MASTER_SITES = "https://launchpad.net/";
+MASTER_SUBDIR = brz/$(SERIES)/$(GARVERSION)/+download/
+# note brz name in path
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES =  $(DISTNAME).tar.gz.asc
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS = $(WORKSRC)/setup.py
+INSTALL_SCRIPTS = $(WORKSRC)/setup.py
+
+BUILDDEPS =
+LIBDEPS = zlib
+
+######################################################################
+
+include ../../../gar/gar.mk
+include config.mk
+

=== added file 'pkg/gnu/breezy/config.mk'
--- a/pkg/gnu/breezy/config.mk  1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/breezy/config.mk  2022-03-24 06:12:29 +0000
@@ -0,0 +1,4 @@
+## Configuration options for bazaar ##
+
+PY_BUILD_ARGS ?=
+PYTHON = /usr/bin/python3

=== added file 'pkg/gnu/breezy/sha256sums'
--- a/pkg/gnu/breezy/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/breezy/sha256sums 2022-03-24 06:12:29 +0000
@@ -0,0 +1,2 @@
+e0b268eb1a28a2af045280c37d021ae32d7ff175f4c9b99f33aad7db0b29d85c  
download/breezy-3.2.1.tar.gz
+da2c594c44af052a0b648327a70814a73b189354284f6c3efa67046b6bdddbe8  
download/breezy-3.2.1.tar.gz.asc


reply via email to

[Prev in Thread] Current Thread [Next in Thread]