Skip to content

Commit

Permalink
user/python-dotty-dict: 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 4444e17
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions user/python-dotty-dict/template.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
pkgname = "python-dotty-dict"
pkgver = "1.3.1"
pkgrel = 0
build_style = "python_pep517"
hostmakedepends = [
"python-build",
"python-installer",
"python-setuptools",
"python-poetry-core",
]
depends = ["python"]
checkdepends = ["python-pytest"]
pkgdesc = "Dictionary wrapper for quick access to deeply nested keys"
maintainer = "Julie Koubova <[email protected]>"
license = "MIT"
url = "https://github.com/pawelzny/dotty_dict"
source = f"{url}/archive/refs/tags/v{pkgver}.tar.gz"
sha256 = "62d981357fae93a6133ae5788eb6d76b0c250d5af3cdbdb12914c78d85f6e535"


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

0 comments on commit 4444e17

Please sign in to comment.