python3 libffi icu4c boost rebuild list
This commit is contained in:
@@ -15,7 +15,7 @@ def setup():
|
||||
# install process needs some header files from
|
||||
# http-parser github repo. so we add that repo
|
||||
# and copy the header files to the corresponding path
|
||||
for files in ["../http-parser-2.9.3/*"]:
|
||||
for files in ["../http-parser-2.9.4/*"]:
|
||||
shelltools.copy("%s" % files,"vendor/http-parser")
|
||||
|
||||
def build():
|
||||
@@ -24,4 +24,4 @@ def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
pythonmodules.install(pyVer="3")
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A collection of framework independent HTTP protocol utils.</Summary>
|
||||
<Description>httptools is a Python binding for nodejs HTTP parser. It's still in a very early development stage, expect APIs to break.</Description>
|
||||
<Archive sha1sum="9a9418d2a9bbdb9439fde4d11eff8b766e70ce9e" type="targz">https://github.com/MagicStack/httptools/archive/v0.1.1.tar.gz</Archive>
|
||||
<Archive sha1sum="3861fc1f93865c0d045ab6d70ca625437b669b3c" type="targz">https://github.com/nodejs/http-parser/archive/v2.9.3.tar.gz</Archive>
|
||||
<Archive sha1sum="baa3270e79973a64cdfc322119324dbb02c2ea8f" type="targz">https://files.pythonhosted.org/packages/67/1d/d77686502fced061b3ead1c35a2d70f6b281b5f723c4eff7a2277c04e4a2/httptools-0.6.1.tar.gz</Archive>
|
||||
<Archive sha1sum="8df5277feefe79f3d4472b8f2c5ca9224b2221dd" type="targz">https://github.com/nodejs/http-parser/archive/refs/tags/v2.9.4.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>pip3</Dependency>
|
||||
<Dependency>python3-wheel</Dependency>
|
||||
@@ -38,9 +38,9 @@
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2023-10-17</Date>
|
||||
<Version>0.1.1</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Date>2023-10-19</Date>
|
||||
<Version>0.6.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
|
||||
Reference in New Issue
Block a user