fasteners-0.20
This commit is contained in:
@@ -4,10 +4,12 @@
|
|||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||||
|
|
||||||
from pisi.actionsapi import python3modules
|
from pisi.actionsapi import python3modules, pisitools
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
python3modules.compile()
|
python3modules.compile()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
python3modules.install()
|
python3modules.install()
|
||||||
|
|
||||||
|
pisitools.dodoc("LICENSE")
|
||||||
|
|||||||
@@ -1,46 +1,54 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>python3-fasteners</Name>
|
<Name>python3-fasteners</Name>
|
||||||
<Homepage>https://github.com/harlowja/fasteners</Homepage>
|
<Homepage>https://github.com/harlowja/fasteners</Homepage>
|
||||||
<Packager>
|
<Packager>
|
||||||
<Name>PisiLinux Community</Name>
|
<Name>PisiLinux Community</Name>
|
||||||
<Email>admin@pisilinux.org</Email>
|
<Email>admin@pisilinux.org</Email>
|
||||||
</Packager>
|
</Packager>
|
||||||
<License>Apache2.0</License>
|
<License>Apache2.0</License>
|
||||||
<PartOf>programming.language.python3</PartOf>
|
<PartOf>programming.language.python3</PartOf>
|
||||||
<Summary>A python package that provides useful locks.</Summary>
|
<Summary>A python package that provides useful locks.</Summary>
|
||||||
<Description>Cross-platform locks for threads and processes.</Description>
|
<Description>Cross-platform locks for threads and processes.</Description>
|
||||||
<Archive sha1sum="79516ab8ec401b85ad2be1b5180093ca24cacabb" type="targz">https://files.pythonhosted.org/packages/source/f/fasteners/fasteners-0.19.tar.gz</Archive>
|
<Archive sha1sum="1de34f5003f1500628c7895d91f60eb70324f7ae" type="targz">https://files.pythonhosted.org/packages/source/f/fasteners/fasteners-0.20.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>python3-wheel</Dependency>
|
<Dependency>python3-wheel</Dependency>
|
||||||
<Dependency>python3-build</Dependency>
|
<Dependency>python3-build</Dependency>
|
||||||
<Dependency>python3-installer</Dependency>
|
<Dependency>python3-installer</Dependency>
|
||||||
<Dependency>python3-setuptools</Dependency>
|
<Dependency>python3-setuptools</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Patches>
|
<Patches>
|
||||||
<!-- <Patch level="1"></Patch> -->
|
<!-- <Patch level="1"></Patch> -->
|
||||||
</Patches>
|
</Patches>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>python3-fasteners</Name>
|
<Name>python3-fasteners</Name>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>python3</Dependency>
|
<Dependency>python3</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="library">/usr/lib</Path>
|
<Path fileType="library">/usr/lib</Path>
|
||||||
<Path fileType="data">/usr/share</Path>
|
<Path fileType="data">/usr/share</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="1">
|
<Update release="2">
|
||||||
<Date>2024-11-25</Date>
|
<Date>2026-02-15</Date>
|
||||||
<Version>0.19</Version>
|
<Version>0.20</Version>
|
||||||
<Name>fury</Name>
|
<Comment>Version bump.</Comment>
|
||||||
<Email>uglyside@yandex.ru</Email>
|
<Name>PisiLinux Community</Name>
|
||||||
</Update>
|
<Email>admin@pisilinux.org</Email>
|
||||||
</History>
|
</Update>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2024-11-25</Date>
|
||||||
|
<Version>0.19</Version>
|
||||||
|
<Comment>First release.</Comment>
|
||||||
|
<Name>fury</Name>
|
||||||
|
<Email>uglyside@yandex.ru</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
</PISI>
|
</PISI>
|
||||||
|
|||||||
Reference in New Issue
Block a user