Skip to content

Commit

Permalink
contrib/python-pexpect: new package (4.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
a16bitsysop committed Jan 4, 2024
1 parent efd539b commit df6aee7
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions contrib/python-pexpect/template.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
pkgname = "python-pexpect"
pkgver = "4.9"
pkgrel = 0
build_style = "python_pep517"
hostmakedepends = [
"python-build",
"python-installer",
"python-setuptools",
"python-wheel",
]
checkdepends = ["bash", "mandoc", "python-ptyprocess", "python-pytest", "zsh"]
pkgdesc = (
"Python module for controlling interactive programs in a pseudo-terminal"
)
maintainer = "Duncan Bellamy <[email protected]>"
license = "ISC"
url = "https://pexpect.readthedocs.io/index.html"
source = f"https://github.com/pexpect/pexpect/archive/refs/tags/{pkgver}.zip"
sha256 = "3abbb42d56239f5f258a738eddb0337fa9da4542c9fe8292a4b3b4b98d9ae854"


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

0 comments on commit df6aee7

Please sign in to comment.