python3-filelock: patch out 0.0.0 version

This commit is contained in:
Piotr Wójcik 2022-01-31 22:43:50 +01:00
parent 585842951f
commit 870b0280f9
2 changed files with 21 additions and 1 deletions

View file

@ -0,0 +1,20 @@
From c35906df452081d10473468cf4b06aa8623d100b Mon Sep 17 00:00:00 2001
From: Piotr Wójcik <chocimier@tlen.pl>
Date: Mon, 31 Jan 2022 22:20:24 +0100
Subject: version
diff --git a/setup.cfg b/setup.cfg
index 3e496ce..70cda6f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,6 @@
[metadata]
name = filelock
+version = attr: src.filelock.version.version
description = A platform independent file lock.
long_description = file: README.md
long_description_content_type = text/markdown
--
2.35.0

View file

@ -1,7 +1,7 @@
# Template file for 'python3-filelock'
pkgname=python3-filelock
version=3.4.2
revision=1
revision=2
wrksrc="filelock-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"