# HG changeset patch # User Hans-G?nter Theisgen # Date 1572621631 -3600 # Node ID 1255df1c6834d87ac22a767b11ac22078f6a6e92 # Parent cbff385f6ca413021bb1dee9c6c2fa7c6d62980f# Parent c9bc237ebf2f39cb45edbe1f58d6f14697341992 updated vim-tiny (7.3 -> 8.1.2237) diff -r cbff385f6ca4 -r 1255df1c6834 busybox-boot/receipt --- a/busybox-boot/receipt Fri Nov 01 16:19:45 2019 +0100 +++ b/busybox-boot/receipt Fri Nov 01 16:20:31 2019 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="busybox-boot" -VERSION="1.31.0" +VERSION="1.31.1" CATEGORY="base-system" SHORT_DESC="Many common UNIX utilities for core-5in1/boot flavor." MAINTAINER="pascal.bellard@slitaz.org" diff -r cbff385f6ca4 -r 1255df1c6834 busybox-pam/receipt --- a/busybox-pam/receipt Fri Nov 01 16:19:45 2019 +0100 +++ b/busybox-pam/receipt Fri Nov 01 16:20:31 2019 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="busybox-pam" -VERSION="1.31.0" +VERSION="1.31.1" CATEGORY="base-system" SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities." MAINTAINER="pascal.bellard@slitaz.org" diff -r cbff385f6ca4 -r 1255df1c6834 busybox-static/receipt --- a/busybox-static/receipt Fri Nov 01 16:19:45 2019 +0100 +++ b/busybox-static/receipt Fri Nov 01 16:20:31 2019 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="busybox-static" -VERSION="1.31.0" +VERSION="1.31.1" CATEGORY="base-system" SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities." MAINTAINER="pascal.bellard@slitaz.org" diff -r cbff385f6ca4 -r 1255df1c6834 libsvn/receipt --- a/libsvn/receipt Fri Nov 01 16:19:45 2019 +0100 +++ b/libsvn/receipt Fri Nov 01 16:20:31 2019 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libsvn" -VERSION="1.9.0" +VERSION="1.12.2" CATEGORY="system-tools" SHORT_DESC="Subversion Source Code Management access" MAINTAINER="lehswe@gmail.com" diff -r cbff385f6ca4 -r 1255df1c6834 mlt-dev/receipt --- a/mlt-dev/receipt Fri Nov 01 16:19:45 2019 +0100 +++ b/mlt-dev/receipt Fri Nov 01 16:20:31 2019 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="mlt-dev" -VERSION="6.14.0" +VERSION="6.16.0" CATEGORY="development" MAINTAINER="jozee@slitaz.org" LICENSE="LGPL2.1" diff -r cbff385f6ca4 -r 1255df1c6834 python-constantly/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-constantly/receipt Fri Nov 01 16:20:31 2019 +0100 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="python-constantly" +SOURCE="constantly" +VERSION="15.1.0" +CATEGORY="development" +SHORT_DESC="Symbolic Constants in Python" +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="https://github.com/twisted/constantly" +WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" + +DEPENDS="python" + +# Rules to configure and make the package. +compile_rules() +{ + python setup.py build && + python setup.py install --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs + cp -a $install/usr $fs +} diff -r cbff385f6ca4 -r 1255df1c6834 raptor/receipt --- a/raptor/receipt Fri Nov 01 16:19:45 2019 +0100 +++ b/raptor/receipt Fri Nov 01 16:20:31 2019 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="raptor" -VERSION="2.0.8" +VERSION="2.0.15" CATEGORY="multimedia" SHORT_DESC="A C library that parses RDF/XML/N-Triples into RDF triples." MAINTAINER="jozee@slitaz.org" diff -r cbff385f6ca4 -r 1255df1c6834 ssfs-busybox/receipt --- a/ssfs-busybox/receipt Fri Nov 01 16:19:45 2019 +0100 +++ b/ssfs-busybox/receipt Fri Nov 01 16:20:31 2019 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ssfs-busybox" -VERSION="1.31.0" +VERSION="1.31.1" CATEGORY="base-system" SHORT_DESC="Busybox for Ssfs virtual disk minimal chroot." MAINTAINER="pankso@slitaz.org" diff -r cbff385f6ca4 -r 1255df1c6834 twisted/receipt --- a/twisted/receipt Fri Nov 01 16:19:45 2019 +0100 +++ b/twisted/receipt Fri Nov 01 16:20:31 2019 +0100 @@ -12,7 +12,7 @@ TARBALL="$SOURCE-$VERSION.tar.bz2" WGET_URL="https://twistedmatrix.com/Releases/Twisted/${VERSION%.*}/$TARBALL" -DEPENDS="python-incremental python-attr zopeinterface" +DEPENDS="python-incremental python-attr python-constantly zopeinterface" BUILD_DEPENDS="python python-dev python-setuptools zopeinterface" # Rules to configure and make the package.