Python Azure
This commit is contained in:
		
							
								
								
									
										3
									
								
								dev-python/vsts/Manifest
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								dev-python/vsts/Manifest
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
DIST vsts-0.1.25.tar.gz 847327 BLAKE2B 4c3d721673586cd893d9306651cf7fd4a319f8f957af24c7af59c433d4188716c7875a105330e7e59d15cd3e34d1d3ee4172199fe8d0e32339927a2b7e342f36 SHA512 7423e8e50b30ad16be96b76550b8178bb6b50efb554e95efe418608d9805c84fadf054fd7421342907b50d4f3c8dfbb92e6fa21ca9ad97a6cdfe0fbebdfabccc
 | 
			
		||||
EBUILD vsts-0.1.25-r2.ebuild 482 BLAKE2B d87bde10f348e9dd7849ab111de7bcff666b967b0743851cc86900769d7082318dc72d343fec426a8e716267d9a6e766436aa07799fc1e8e641dde9c2f84a30c SHA512 5d5b7da1015b96bb75140e0d6a8b50451eb46f04e439ec0cd4e4605966cd131f8fd6167ac126d5e31227f2b55f249bc5884d68050010567af8fc0f5a85af38a7
 | 
			
		||||
MISC metadata.xml 339 BLAKE2B 077e84bb1bf146ec5aebea858d24b29a2be1b99c401cda7346c672e128f07970379ddd64403ce4175ac1b0d66ac7e979f885c5c04bf79a67f6d74da62e1b9355 SHA512 fd0735a7488280c0b560ca16c6251b043918da6a53ab588fda922283e3f690779538d1f32bbfa9ce89fbae7059b40c09bc73cafdf37cb11e64fb240dc11e2a7b
 | 
			
		||||
							
								
								
									
										11
									
								
								dev-python/vsts/metadata.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								dev-python/vsts/metadata.xml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,11 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 | 
			
		||||
<pkgmetadata>
 | 
			
		||||
  <maintainer type="person">
 | 
			
		||||
    <email>vincent.hardy@linuxunderground.be</email>
 | 
			
		||||
    <name>Vincent Hardy</name>
 | 
			
		||||
  </maintainer>
 | 
			
		||||
  <upstream>
 | 
			
		||||
    <remote-id type="pypi">vsts</remote-id>
 | 
			
		||||
  </upstream>
 | 
			
		||||
</pkgmetadata>
 | 
			
		||||
							
								
								
									
										21
									
								
								dev-python/vsts/vsts-0.1.25-r2.ebuild
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								dev-python/vsts/vsts-0.1.25-r2.ebuild
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,21 @@
 | 
			
		||||
# Copyright 1999-2021 Gentoo Authors
 | 
			
		||||
# Distributed under the terms of the GNU General Public License v2
 | 
			
		||||
 | 
			
		||||
EAPI=7
 | 
			
		||||
 | 
			
		||||
PYTHON_COMPAT=( python3_{7..9} )
 | 
			
		||||
 | 
			
		||||
inherit distutils-r1
 | 
			
		||||
 | 
			
		||||
DESCRIPTION="Python wrapper around the VSTS APIs"
 | 
			
		||||
HOMEPAGE="https://pypi.org/project/vsts"
 | 
			
		||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 | 
			
		||||
 | 
			
		||||
KEYWORDS="~amd64 ~arm ~x86"
 | 
			
		||||
LICENSE="MIT"
 | 
			
		||||
SLOT="0"
 | 
			
		||||
 | 
			
		||||
RDEPEND=">=dev-python/msrest-0.6.11[${PYTHON_USEDEP}]"
 | 
			
		||||
 | 
			
		||||
DEPEND="${RDEPEND}
 | 
			
		||||
	dev-python/setuptools[${PYTHON_USEDEP}]"
 | 
			
		||||
		Reference in New Issue
	
	Block a user