forked from rosa/hakurei
internal/rosa/python: pycparser artifact
Required by mesa. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -145,6 +145,7 @@ const (
|
|||||||
PythonPluggy
|
PythonPluggy
|
||||||
PythonPyTest
|
PythonPyTest
|
||||||
PythonPyYAML
|
PythonPyYAML
|
||||||
|
PythonPycparser
|
||||||
PythonPygments
|
PythonPygments
|
||||||
PythonSetuptools
|
PythonSetuptools
|
||||||
PythonSetuptoolsSCM
|
PythonSetuptoolsSCM
|
||||||
|
|||||||
@@ -584,3 +584,24 @@ func init() {
|
|||||||
}, P{PythonSetuptools},
|
}, P{PythonSetuptools},
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func init() {
|
||||||
|
const (
|
||||||
|
version = "3.00"
|
||||||
|
checksum = "4qfCMFKp0fLsRsloOAF780tXX_Ce_68RwinCmjNGObAX32WpF_iBafIKW1S1bYlA"
|
||||||
|
)
|
||||||
|
artifactsM[PythonPycparser] = newPythonPackage(
|
||||||
|
"pycparser", 8175,
|
||||||
|
"complete C99 parser in pure Python",
|
||||||
|
"https://github.com/eliben/pycparser",
|
||||||
|
version, newFromGitHub(
|
||||||
|
"eliben/pycparser",
|
||||||
|
"release_v"+version, checksum,
|
||||||
|
), &PackageAttr{
|
||||||
|
// test case hard codes gcc
|
||||||
|
ScriptEarly: `
|
||||||
|
ln -s clang /system/bin/gcc
|
||||||
|
`,
|
||||||
|
}, nil, P{PythonSetuptools},
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user