wok-current rev 24296
Up python-gevent (21.12.0), sqlite3-ruby (1.4.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 15 10:17:16 2022 +0000 (2022-01-15) |
parents | 9bbac86a37f7 |
children | e2d7785559f5 |
files | python-gevent/receipt sqlite3-ruby/receipt |
line diff
1.1 --- a/python-gevent/receipt Fri Jan 14 17:35:36 2022 +0000 1.2 +++ b/python-gevent/receipt Sat Jan 15 10:17:16 2022 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-gevent" 1.7 -VERSION="1.4.0" 1.8 +VERSION="21.12.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A coroutine-based Python networking library." 1.11 MAINTAINER="pascal.bellard@slitaz.org"
2.1 --- a/sqlite3-ruby/receipt Fri Jan 14 17:35:36 2022 +0000 2.2 +++ b/sqlite3-ruby/receipt Sat Jan 15 10:17:16 2022 +0000 2.3 @@ -1,14 +1,14 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="sqlite3-ruby" 2.7 -VERSION="1.3.1" 2.8 +VERSION="1.4.2" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Ruby interface for the SQLite database engine" 2.11 MAINTAINER="erjo@slitaz.org" 2.12 LICENSE="BSD" 2.13 TARBALL="$PACKAGE-$VERSION.tgz" 2.14 WEB_SITE="https://rubygems.org/gems/sqlite3" 2.15 -WGET_URL="http://rubyforge.org/frs/download.php/71617/$TARBALL" 2.16 +WGET_URL="https://github.com/sparklemotion/sqlite3-ruby/archive/refs/tags/v$VERSION.tar.gz" 2.17 2.18 DEPENDS="ruby sqlite" 2.19 BUILD_DEPENDS="ruby ruby-dev sqlite-dev" 2.20 @@ -22,7 +22,6 @@ 2.21 # Rules to configure and make the package. 2.22 compile_rules() 2.23 { 2.24 - cd $src 2.25 ruby setup.rb config 2.26 ruby setup.rb setup 2.27 ruby setup.rb install --prefix=$DESTDIR 2.28 @@ -34,4 +33,3 @@ 2.29 mkdir -p $fs/usr 2.30 cp -a $install/usr/lib $fs/usr 2.31 } 2.32 -