forked from semios/semios-packages
Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
633bf71cb1 | ||
|
|
64c313003f |
@@ -0,0 +1,22 @@
|
|||||||
|
from lib.make import *
|
||||||
|
from lib import python
|
||||||
|
|
||||||
|
|
||||||
|
python.version("1.0.1")
|
||||||
|
description("A library for installing Python wheels.")
|
||||||
|
maintainer("sisungo <[email protected]>")
|
||||||
|
source_url("https://files.pythonhosted.org/packages/06/fe/b9f481cf0cc867958a21338baa900357b7b7d86cac9b025948049d77923c/installer-1.0.1.tar.gz")
|
||||||
|
|
||||||
|
python.builddep("$shortcut")
|
||||||
|
|
||||||
|
|
||||||
|
def build():
|
||||||
|
python.build()
|
||||||
|
python.install()
|
||||||
|
|
||||||
|
on_build(build)
|
||||||
|
|
||||||
|
|
||||||
|
package("installer.py")
|
||||||
|
python.dep("python")
|
||||||
|
python.use_auto_pack()
|
||||||
@@ -118,6 +118,7 @@ def cmd_build_package(package: str):
|
|||||||
"name": pkgname,
|
"name": pkgname,
|
||||||
"version": pkgver,
|
"version": pkgver,
|
||||||
"arch": pkgarch,
|
"arch": pkgarch,
|
||||||
|
"description": pkginfo[lib.make._key_description],
|
||||||
"dependencies": pkginfo[lib.make._key_dependencies],
|
"dependencies": pkginfo[lib.make._key_dependencies],
|
||||||
"provides": pkginfo[lib.make._key_provides],
|
"provides": pkginfo[lib.make._key_provides],
|
||||||
"recommendations": pkginfo[lib.make._key_recommendations],
|
"recommendations": pkginfo[lib.make._key_recommendations],
|
||||||
|
|||||||
Reference in New Issue
Block a user