/** * **pycairo** - Python bindings for cairo * * @domain `cairographics.org/pycairo` * @version `1.29.0` (8 versions available) * @versions From newest version to oldest. * * @install `launchpad install cairographics.org/pycairo` * @homepage https://pycairo.readthedocs.io * @dependencies `cairographics.org` * @buildDependencies `python.org@~3.11`, `mesonbuild.com` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.cairographicsorgpycairo * console.log(pkg.name) // "pycairo" * console.log(pkg.description) // "Python bindings for cairo" * console.log(pkg.versions[0]) // "1.29.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/cairographics-org/pycairo.md * @see https://ts-pkgx.netlify.app/usage */ export declare const cairographicsorgpycairoPackage: { /** * The display name of this package. */ name: 'pycairo'; /** * The canonical domain name for this package. */ domain: 'cairographics.org/pycairo'; /** * Brief description of what this package does. */ description: 'Python bindings for cairo'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/cairographics.org/pycairo/package.yml'; homepageUrl: 'https://pycairo.readthedocs.io'; githubUrl: 'https://github.com/pygobject/pycairo'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install cairographics.org/pycairo'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +cairographics.org/pycairo -- $SHELL -i'; launchpadInstallCommand: 'launchpad install cairographics.org/pycairo'; programs: readonly []; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['cairographics.org']; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['python.org@~3.11', 'mesonbuild.com']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.29.0', '1.28.0', '1.27.0', '1.26.1', '1.26.0', '1.25.1', '1.25.0', '1.24.0']; aliases: readonly [] }; export type CairographicsorgpycairoPackage = typeof cairographicsorgpycairoPackage