python3-filelock: patch out 0.0.0 version
This commit is contained in:
parent
585842951f
commit
870b0280f9
2 changed files with 21 additions and 1 deletions
srcpkgs/python3-filelock
20
srcpkgs/python3-filelock/patches/3.4.2--version.patch
Normal file
20
srcpkgs/python3-filelock/patches/3.4.2--version.patch
Normal 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
|
||||
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue