Skip to content

Commit

Permalink
contrib/python-sortedcontainers: new package (2.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
a16bitsysop committed Jan 1, 2024
1 parent 10c83f8 commit 9d3467c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions contrib/python-sortedcontainers/template.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
pkgname = "python-sortedcontainers"
pkgver = "2.4.0"
pkgrel = 0
build_style = "python_pep517"
hostmakedepends = [
"python-build",
"python-installer",
"python-setuptools",
"python-wheel",
]
checkdepends = ["python-pytest"]
pkgdesc = "Sorted Container Types: Sorted List, Sorted Dict, and Sorted Set"
maintainer = "Duncan Bellamy <[email protected]>"
license = "Apache-2.0"
url = "https://grantjenks.com/docs/sortedcontainers/index.html"
source = f"https://github.com/grantjenks/python-sortedcontainers/archive/refs/tags/v{pkgver}.zip"
sha256 = "a3864b31f950deae4a4e6c7cb553e68a78fccdc72dcfcc7a701dd44918d504d9"

0 comments on commit 9d3467c

Please sign in to comment.