* update python-oset to 0.1.3-12

This commit is contained in:
Alexander Baldeck 2024-12-04 07:23:37 +01:00
parent 46756db616
commit c8abb3f7ab
3 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1,12 @@
pkgbase = python-oset
pkgdesc = Ordered sets for Python
pkgver = 0.1.3
pkgrel = 12
url = https://pypi.org/project/oset/
arch = any
license = BSD
makedepends = python-setuptools
source = https://pypi.io/packages/source/o/oset/oset-0.1.3.tar.gz
sha256sums = 4c1fd7dec96eeff9d3260995a8e37f9f415d0bdb79975f57824e68716ac8f904
pkgname = python-oset

View File

@ -0,0 +1,3 @@
[python-oset]
source = "pypi"
pypi = "oset"

View File

@ -3,7 +3,7 @@
pkgname=python-oset
pkgver=0.1.3
pkgrel=10
pkgrel=12
pkgdesc="Ordered sets for Python"
arch=(any)
url="https://pypi.org/project/oset/"