Added Rx
This commit is contained in:
		
							
								
								
									
										3
									
								
								dev-python/Rx/Manifest.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								dev-python/Rx/Manifest.txt
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
DIST Rx-3.2.0.tar.gz 105540 BLAKE2B b390ad0f247733d3dcd8c1e93f04562eb309ca1fd6abdc745278d2eccec174fead7d1a7670b4cae2c83f1c6666f70c23aca4d5feca56c149a70bc60356a9ba8b SHA512 2c2ce5d6f27ad97fa37943c33b74e70988bbe3e5f9b335ba3d8bba3818f607551e1698325b1b9bd25b17a1939cdc91af0367286c7a69480cecdf98438ecd8af9
 | 
			
		||||
EBUILD Rx-3.2.0-r1.ebuild 663 BLAKE2B 2e1ade4e1614f88eaf330aab98810f15663b07ccec0cb65685086e0d4d0f61c82c5f2f953fef9dd64b1a5c16d9e0dc20faeae21633cdf011469a13b411ed47c7 SHA512 13f143468d015bef2c8d592b4dac157ecb0c94ab6b1ae3e7fcc52ca51bc9fdf408031fd43ea9b9c15af00e71630eecdcba54dd965f42140901427bdb432333f6
 | 
			
		||||
MISC metadata.xml 441 BLAKE2B a5117c1ff84f553b91835c5eefb4f21e67476349bb7b3a52ac732b03a23a61f3d83df3b0fa2397aff96eda66ac370d617fa3a9e397b9d4e779a7cf19616d7e1c SHA512 2680cd5e3b0142d026dce0654b1a37cfed80263412d2f484cacb337a0fe513a4f132085f5a3705a4c6b21e9ec6f89bbe0fbf08a8134c6e464f8916e8b29919ae
 | 
			
		||||
							
								
								
									
										36
									
								
								dev-python/Rx/Rx-3.2.0-r1.ebuild
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										36
									
								
								dev-python/Rx/Rx-3.2.0-r1.ebuild
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,36 @@
 | 
			
		||||
# Copyright 1999-2022 Gentoo Authors
 | 
			
		||||
# Distributed under the terms of the GNU General Public License v2
 | 
			
		||||
 | 
			
		||||
EAPI=8
 | 
			
		||||
 | 
			
		||||
PYTHON_COMPAT=( python3_{9..11} )
 | 
			
		||||
 | 
			
		||||
inherit distutils-r1 virtualx
 | 
			
		||||
 | 
			
		||||
DESCRIPTION="Reactive Extensions (Rx) for Python"
 | 
			
		||||
HOMEPAGE="http://reactivex.io https://pypi.org/project/Rx/"
 | 
			
		||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 | 
			
		||||
 | 
			
		||||
LICENSE="MIT"
 | 
			
		||||
SLOT="0"
 | 
			
		||||
KEYWORDS="amd64 arm arm64 x86"
 | 
			
		||||
IUSE="test"
 | 
			
		||||
RESTRICT="!test? ( test )"
 | 
			
		||||
 | 
			
		||||
DOCS=""
 | 
			
		||||
 | 
			
		||||
BDEPEND="
 | 
			
		||||
	dev-python/setuptools[${PYTHON_USEDEP}]
 | 
			
		||||
	test? (
 | 
			
		||||
		dev-python/pytest[${PYTHON_USEDEP}]
 | 
			
		||||
	)"
 | 
			
		||||
 | 
			
		||||
python_test() {
 | 
			
		||||
	py.test -v -v || die
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
distutils_enable_tests pytest
 | 
			
		||||
 | 
			
		||||
src_test() {
 | 
			
		||||
	virtx distutils-r1_src_test
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										15
									
								
								dev-python/Rx/metadata.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								dev-python/Rx/metadata.xml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,15 @@
 | 
			
		||||
<?xml version='1.0' encoding='UTF-8'?>
 | 
			
		||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 | 
			
		||||
<pkgmetadata>
 | 
			
		||||
  <maintainer type="project">
 | 
			
		||||
    <email>b@edevau.net</email>
 | 
			
		||||
    <name>Andreas Billmeier</name>
 | 
			
		||||
  </maintainer>
 | 
			
		||||
  <upstream>
 | 
			
		||||
    <remote-id type="pypi">Rx</remote-id>
 | 
			
		||||
    <maintainer status="unknown">
 | 
			
		||||
      <email>dag@brattli.net</email>
 | 
			
		||||
      <name>Dag Brattli</name>
 | 
			
		||||
    </maintainer>
 | 
			
		||||
  </upstream>
 | 
			
		||||
</pkgmetadata>
 | 
			
		||||
		Reference in New Issue
	
	Block a user