python-aspects:rebuilt
This commit is contained in:
@@ -9,4 +9,4 @@ from pisi.actionsapi import get
|
||||
WorkDir = "pyaspects-%s" % get.srcVERSION()
|
||||
|
||||
def install():
|
||||
pythonmodules.install()
|
||||
pythonmodules.install()
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python-pyaspects</Name>
|
||||
@@ -8,6 +8,7 @@
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<PartOf>programming.language.python</PartOf>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Aspect-Oriented development for Python</Summary>
|
||||
@@ -17,13 +18,21 @@
|
||||
|
||||
<Package>
|
||||
<Name>python-pyaspects</Name>
|
||||
<Summary>Aspect-Oriented development for Python</Summary>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="library">/usr/lib/python2*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python-pyaspects</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2020-01-20</Date>
|
||||
<Version>0.4.4</Version>
|
||||
<Comment>Rebuild for new toolchain</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2018-08-19</Date>
|
||||
<Version>0.4.4</Version>
|
||||
@@ -60,4 +69,4 @@
|
||||
<Email>burakerturk@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -3,7 +3,7 @@
|
||||
<Source>
|
||||
<Name>pyaspects</Name>
|
||||
<Summary xml:lang="tr">Python için Aspect-Oriented kitaplığı</Summary>
|
||||
<Description xml:lang="tr">Python için Aspect-Oriented kitaplığı.</Description>
|
||||
<Description xml:lang="tr">python-pyaspects, python için Aspect-Oriented kitaplığı sunar.</Description>
|
||||
<Description xml:lang="es">Módulos Python para desarrollo orientado a Aspect.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user