Home
last modified time | relevance | path

Searched refs:package_version (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/libsodium/packaging/dotnet-core/
H A Dprepare.py47 def __init__(self, libsodium_version, package_version): argument
49 self.package_version = package_version
53 self.projfile = os.path.join(self.builddir, '{0}.{1}.pkgproj'.format(PACKAGE, package_version))
55 self.pkgfile = os.path.join(BUILDDIR, '{0}.{1}.nupkg'.format(PACKAGE, package_version))
215 '<Version>{0}</Version>'.format(version.package_version) +
238 …-x -e /io/recipes/{1} "{2}"\n'.format('microsoft/dotnet:2.0-sdk', 'test', version.package_version))