python3-* rebuild

This commit is contained in:
Rmys
2024-04-10 00:11:52 +03:00
parent e80e441422
commit 1fdbf86e7b
5 changed files with 38 additions and 9 deletions
@@ -4,13 +4,13 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import python3modules
from pisi.actionsapi import pisitools
def build():
pythonmodules.compile(pyVer="3")
python3modules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
python3modules.install(pyVer="3")
# pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
@@ -13,10 +13,12 @@
<Summary>Simple module to parse ISO 8601 dates</Summary>
<Icon>python3-iso8601</Icon>
<Description>ISO 8601 tarihlerini ayrıştırmak için basit modül</Description>
<Archive sha1sum="f15004651bd5e4f5b5bc39bfdc0cc49bc6df1e83" type="targz">https://files.pythonhosted.org/packages/31/8c/1c342fdd2f4af0857684d16af766201393ef53318c15fa785fcb6c3b7c32/iso8601-1.1.0.tar.gz</Archive>
<Archive sha1sum="efd225b2c9fa7d9e4a1ec6ad94f3295cee982e61" type="targz">https://files.pythonhosted.org/packages/b9/f3/ef59cee614d5e0accf6fd0cbba025b93b272e626ca89fb70a3e9187c5d15/iso8601-2.1.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-build</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-pyproject-hook</Dependency>
<Dependency>python3-poetry-core</Dependency>
</BuildDependencies>
<!--
<Patches>
@@ -38,6 +40,13 @@
</Package>
<History>
<Update release="3">
<Date>2024-04-09</Date>
<Version>2.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2023-10-17</Date>
<Version>1.1.0</Version>