gentoo-repo

git clone git://archive.git.mtrnord.blog/MTRNord/gentoo-repo.git
Log | Files | Refs | README

canonicaljson-1.4.0.ebuild (538B)


      1 # Copyright 2019-2021 Gentoo Authors
      2 # Distributed under the terms of the GNU General Public License v2
      3 
      4 EAPI=7
      5 
      6 PYTHON_COMPAT=( python3_{5..10} )
      7 inherit distutils-r1
      8 
      9 DESCRIPTION="Canonical JSON"
     10 HOMEPAGE="https://github.com/matrix-org/python-canonicaljson https://pypi.python.org/pypi/canonicaljson"
     11 SRC_URI="https://github.com/matrix-org/python-canonicaljson/archive/v${PV}.tar.gz -> ${P}.tar.gz"
     12 
     13 S="${WORKDIR}/python-${P}"
     14 
     15 LICENSE="Apache-2.0"
     16 SLOT="0"
     17 KEYWORDS="~amd64"
     18 IUSE=""
     19 
     20 DEPEND="dev-python/simplejson"
     21 RDEPEND="${DEPEND}"