You are not logged in.

#1 2004-04-17 01:25:38

Bjørn
Member
From: The Netherlands
Registered: 2004-03-18
Posts: 139
Website

[devel: database] pysqlite

I uploaded pysqlite-0.5.0-1.pkg.tar.gz to incoming, and here's the PKGBUILD file. This is my first, and very small, package I contribute to Arch Linux, and it goes with a big thanks to all Arch Linux maintainers!

pkgname=pysqlite
pkgver=0.5.0
pkgrel=1
pkgdesc="A Python extension for the SQLite Embedded Relational Database."
depends=('sqlite' 'python')
source=(http://heanet.dl.sourceforge.net/sourceforge/pysqlite/$pkgname-$pkgver.tar.gz)
md5sums=('ecda08cd4e6d8c2af774a0f74a183122')

build() {
  cd $startdir/src/$pkgname
  ./setup.py install --prefix=$startdir/pkg/usr
}

I'm using this package because Trac depends on it. Trac also depends on Clearsilver, which has been more difficult to get working. I hope to contribute reliable packages for Clearsilver and Trac later.


http://themanaworld.org/
A Free Real-time Massively Multiplayer Online RPG in development.

Offline

#2 2004-04-17 10:56:02

qball
Member
Registered: 2004-04-02
Posts: 40
Website

Re: [devel: database] pysqlite

It's also in my unofficial repository

http://qballcow.nl/repository-arch/

see this thread: http://bbs.archlinux.org/viewtopic.php?t=3893

Offline

#3 2004-04-17 18:28:52

Bjørn
Member
From: The Netherlands
Registered: 2004-03-18
Posts: 139
Website

Re: [devel: database] pysqlite

I search incoming, I search the TURs, but I don't search the forums, oops.


http://themanaworld.org/
A Free Real-time Massively Multiplayer Online RPG in development.

Offline

#4 2004-04-17 23:33:46

qball
Member
Registered: 2004-04-02
Posts: 40
Website

Re: [devel: database] pysqlite

Bjørn wrote:

I search incoming, I search the TURs, but I don't search the forums, oops.

My fault, I just dumped them here.

sorry

Q

Offline

Board footer

Powered by FluxBB