50 lines
2.0 KiB
XML
50 lines
2.0 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>python3-alembic</Name>
|
|
<Homepage>https://bitbucket.org/zzzeek/alembic</Homepage>
|
|
<Packager>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Packager>
|
|
<PartOf>programming.language.python3</PartOf>
|
|
<License>MIT</License>
|
|
<IsA>library</IsA>
|
|
<Summary>A database migration tool for SQLAlchemy.</Summary>
|
|
<Description>Alembic is a database migrations tool written by the author of SQLAlchemy.</Description>
|
|
<Archive sha1sum="637491458046ceb122ac4f94e25fa70fa64a89cc" type="targz">https://files.pythonhosted.org/packages/be/4e/9a6044bb78e8cb6d5846c07f8d3e976b7d5db845e5bd8c82c57f3ca91b0e/alembic-1.4.0.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>python3-setuptools</Dependency>
|
|
<Dependency>python3-devel</Dependency>
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>python3-alembic</Name>
|
|
<Summary>A database migration tool for SQLAlchemy.</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency>python3-setuptools</Dependency>
|
|
<Dependency>python3-sqlalchemy</Dependency>
|
|
<Dependency>python3-dateutil</Dependency>
|
|
<Dependency>python3-editor</Dependency>
|
|
<Dependency>python3-mako</Dependency>
|
|
<Dependency>python3</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="executable">/usr/bin/alembic</Path>
|
|
<Path fileType="library">/usr/lib/python3*</Path>
|
|
<Path fileType="doc">/usr/share/doc/python3-alembic</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="1">
|
|
<Date>2020-02-18</Date>
|
|
<Version>1.4.0</Version>
|
|
<Comment>First release.</Comment>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI> |