python-path-py:first pisi rel
This commit is contained in:
@@ -0,0 +1,16 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
#
|
||||||
|
# Licensed under the GNU General Public License, version 3.
|
||||||
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
|
from pisi.actionsapi import shelltools
|
||||||
|
from pisi.actionsapi import pythonmodules
|
||||||
|
|
||||||
|
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","11.5.2")
|
||||||
|
|
||||||
|
def build():
|
||||||
|
pythonmodules.compile()
|
||||||
|
|
||||||
|
def install():
|
||||||
|
pythonmodules.install()
|
||||||
@@ -0,0 +1,45 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>python-path-py</Name>
|
||||||
|
<Homepage>https://pypi.org/project/path.py/</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Packager>
|
||||||
|
<PartOf>programming.language.python</PartOf>
|
||||||
|
<License>MIT</License>
|
||||||
|
<IsA>library</IsA>
|
||||||
|
<Summary>A module wrapper for os.path.</Summary>
|
||||||
|
<Description>python-path-py (aka path pie) implements path objects as first-class entities, allowing common operations on files to be invoked on those path objects directly..</Description>
|
||||||
|
<Archive sha1sum="6513ca015c7e5fcc34952e8fb79a5d12b1d9dba4" type="targz">https://pypi.org/packages/source/p/path.py/path.py-11.5.2.tar.gz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>python-devel</Dependency>
|
||||||
|
<Dependency>python-setuptools</Dependency>
|
||||||
|
<Dependency>python-setuptools-scm</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>python-path-py</Name>
|
||||||
|
<Summary>A module wrapper for os.path.</Summary>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>python</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="library">/usr/lib/python2*</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc/python-path-py</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2020-05-24</Date>
|
||||||
|
<Version>11.5.2</Version>
|
||||||
|
<Comment>First Pisi Release</Comment>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>python-path</Name>
|
||||||
|
<Summary xml:lang="tr">birinci sınıf varlıklar olarak yol nesneleri uygular.</Summary>
|
||||||
|
<Description xml:lang="tr">python-path, birinci sınıf varlıklar olarak yol nesneleri uygulan kitaplık sunar.</Description>
|
||||||
|
</Source>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user