python3-setuptools ver. vump
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#!/usr/bin/env 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 python3modules
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def build():
|
||||
python3modules.compile()
|
||||
|
||||
def install():
|
||||
python3modules.install()
|
||||
|
||||
# pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
|
||||
@@ -0,0 +1,23 @@
|
||||
From ec6f6641c10be1e9285be5d31c96462f251889d6 Mon Sep 17 00:00:00 2001
|
||||
From: "Jason R. Coombs" <jaraco@jaraco.com>
|
||||
Date: Thu, 4 Apr 2024 17:23:20 -0400
|
||||
Subject: [PATCH] Remove license declaration and rely instead on Trove
|
||||
classifiers and LICENSE being included.
|
||||
|
||||
Closes #32.
|
||||
---
|
||||
setup.py | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/setup.py b/setup.py
|
||||
index 41f86a1..d154562 100644
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -13,7 +13,6 @@ def getfile(filename):
|
||||
],
|
||||
package_dir={'': 'src'},
|
||||
platforms='any',
|
||||
- license='LGPLv3',
|
||||
author='Nathan West',
|
||||
url='https://github.com/Lucretiel/autocommand',
|
||||
description='A library to create a command-line program from a function',
|
||||
@@ -0,0 +1,101 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-autocommand</Name>
|
||||
<Homepage>https://github.com/Lucretiel/autocommand/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv3</License>
|
||||
<IsA>app</IsA>
|
||||
<Summary>A library to create a command-line program from a function</Summary>
|
||||
<Description>A library to create a command-line program from a function</Description>
|
||||
<Archive sha1sum="9f84aac463dbca6ec64350a218b0ae9306ee5608" type="targz">https://github.com/Lucretiel/autocommand/archive/refs/tags/2.2.2.tar.gz</Archive>
|
||||
<!--
|
||||
<BuildDependencies>
|
||||
<Dependency>Dep1-devel</Dependency>
|
||||
<Dependency>Dep2-devel</Dependency>
|
||||
<Dependency>Dep3-devel</Dependency>
|
||||
<Dependency versionFrom="">Dep4-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
-->
|
||||
<Patches>
|
||||
<Patch level="1">ec6f6641.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-autocommand</Name>
|
||||
<!--
|
||||
<RuntimeDependencies>
|
||||
<Dependency>Dep1</Dependency>
|
||||
<Dependency>Dep2</Dependency>
|
||||
<Dependency>Dep3</Dependency>
|
||||
<Dependency versionFrom="">Dep4</Dependency>
|
||||
</RuntimeDependencies>
|
||||
-->
|
||||
<Files>
|
||||
<Path fileType="all">/</Path>
|
||||
<!--
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="info">/usr/share/info</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
-->
|
||||
</Files>
|
||||
<!--
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/python3-autocommand.desktop">python3-autocommand.desktop</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/python3-autocommand.png">python3-autocommand.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
-->
|
||||
<!--
|
||||
<Provides>
|
||||
<COMAR script="package.py">System.Package</COMAR>
|
||||
<COMAR script="service.py">System.Service</COMAR>
|
||||
</Provides>
|
||||
-->
|
||||
</Package>
|
||||
<!--
|
||||
<Package>
|
||||
<Name>python3-autocommand-devel</Name>
|
||||
<Summary>Development files for python3-autocommand</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">python3-autocommand</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
-->
|
||||
<!--
|
||||
<Package>
|
||||
<Name>python3-autocommand-docs</Name>
|
||||
<Summary>Development files for python3-autocommand</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">python3-autocommand</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/gtk-doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
-->
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2025-04-13</Date>
|
||||
<Version>2.2.2</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-autocommand</Name>
|
||||
<Summary xml:lang="tr">A library to create a command-line program from a function</Summary>
|
||||
<Description xml:lang="tr">A library to create a command-line program from a function</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user