Skip to content

Commit

Permalink
user/python-hsjon: new package
Browse files Browse the repository at this point in the history
  • Loading branch information
juliekoubova committed Jan 19, 2025
1 parent cfd2e7a commit b7731a4
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions user/python-hjson/template.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
pkgname = "python-hjson"
pkgver = "3.1.0"
pkgrel = 0
build_style = "python_pep517"
hostmakedepends = [
"python-build",
"python-installer",
"python-setuptools"
]
depends = ["python"]
checkdepends = ["python-pytest"]
pkgdesc = "Hjson for Python"
maintainer = "Julie Koubova <[email protected]>"
license = "MIT"
url = "https://github.com/hjson/hjson-py"
source = f"$(PYPI_SITE)/h/hjson/hjson-{pkgver}.tar.gz"
sha256 = "55af475a27cf83a7969c808399d7bccdec8fb836a07ddbd574587593b9cdcf75"
# no tests
options = ["!check"]


def post_install(self):
self.install_license("LICENSE.txt")

0 comments on commit b7731a4

Please sign in to comment.