Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : python-apsw | name : python-apsw | ||||
| version : 3.26.0 | version : 3.29.0 | ||||
| release : 9 | release : 10 | ||||
| source : | source : | ||||
| - https://github.com/rogerbinns/apsw/archive/3.26.0-r1.tar.gz : 77e5722dbc169f9e1191cab4b108977bb9e927a4cd512332dde20b1196e70b36 | - https://github.com/rogerbinns/apsw/archive/3.29.0-r1.tar.gz : a5715b4ff614d6bc3b19dcd73e54d5ba0c5340cdae6141ef6dd1e09b289bf7f7 | ||||
| license : Zlib | license : Zlib | ||||
| component : programming.python | component : programming.python | ||||
| summary : Another Python SQLite Wrapper | summary : Another Python SQLite Wrapper | ||||
| description: | | description: | | ||||
| APSW is a Python wrapper for the SQLite embedded relational database | APSW is a Python wrapper for the SQLite embedded relational database engine. In contrast to other wrappers such as pysqlite it focuses on being a minimal layer over SQLite attempting just to translate the complete SQLite API into Python. | ||||
| engine. In contrast to other wrappers such as pysqlite it focuses on | |||||
| being a minimal layer over SQLite attempting just to translate the | |||||
| complete SQLite API into Python. | |||||
| builddeps : | builddeps : | ||||
| - pkgconfig(python3) | - pkgconfig(python3) | ||||
| - pkgconfig(sqlite3) | - pkgconfig(sqlite3) | ||||
| build : | | build : | | ||||
| %python_setup | |||||
| %python3_setup | %python3_setup | ||||
| install : | | install : | | ||||
| %python_install | |||||
| %python3_install | %python3_install | ||||
| check : | | check : | | ||||
| %python_test | # https://github.com/rogerbinns/apsw/issues/275 | ||||
| %python3_test | #python3_test | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.